Interface S3ContentLocation.Builder

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

public static interface S3ContentLocation.Builder extends SdkPojo, CopyableBuilder<S3ContentLocation.Builder,S3ContentLocation>
  • Method Details

    • bucketARN

      S3ContentLocation.Builder bucketARN(String bucketARN)

      The Amazon Resource Name (ARN) for the S3 bucket containing the application code.

      Parameters:
      bucketARN - The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileKey

      The file key for the object containing the application code.

      Parameters:
      fileKey - The file key for the object containing the application code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectVersion

      S3ContentLocation.Builder objectVersion(String objectVersion)

      The version of the object containing the application code.

      Parameters:
      objectVersion - The version of the object containing the application code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.