Interface S3Location.Builder

  • Method Details

    • bucketArn

      S3Location.Builder bucketArn(String bucketArn)

      The Amazon Resource Name (ARN) of an S3 bucket.

      Parameters:
      bucketArn - The Amazon Resource Name (ARN) of an S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileKey

      S3Location.Builder fileKey(String fileKey)

      The file key for an object in an S3 bucket.

      Parameters:
      fileKey - The file key for an object in an S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectVersion

      S3Location.Builder objectVersion(String objectVersion)

      The version of an object in an S3 bucket.

      Parameters:
      objectVersion - The version of an object in an S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.