Interface S3Location.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3Location.Builder,S3Location>, SdkBuilder<S3Location.Builder,S3Location>, SdkPojo
Enclosing class:
S3Location

public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
  • 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.