public static interface S3ApplicationCodeLocationDescription.Builder extends SdkPojo, CopyableBuilder<S3ApplicationCodeLocationDescription.Builder,S3ApplicationCodeLocationDescription>
Modifier and Type | Method and Description |
---|---|
S3ApplicationCodeLocationDescription.Builder |
bucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
S3ApplicationCodeLocationDescription.Builder |
fileKey(String fileKey)
The file key for the object containing the application code.
|
S3ApplicationCodeLocationDescription.Builder |
objectVersion(String objectVersion)
The version of the object containing the application code.
|
copy
applyMutation, build
S3ApplicationCodeLocationDescription.Builder bucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
bucketARN
- The Amazon Resource Name (ARN) for the S3 bucket containing the application code.S3ApplicationCodeLocationDescription.Builder fileKey(String fileKey)
The file key for the object containing the application code.
fileKey
- The file key for the object containing the application code.S3ApplicationCodeLocationDescription.Builder objectVersion(String objectVersion)
The version of the object containing the application code.
objectVersion
- The version of the object containing the application code.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.