public static interface S3ContentLocation.Builder extends SdkPojo, CopyableBuilder<S3ContentLocation.Builder,S3ContentLocation>
Modifier and Type | Method and Description |
---|---|
S3ContentLocation.Builder |
bucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
S3ContentLocation.Builder |
fileKey(String fileKey)
The file key for the object containing the application code.
|
S3ContentLocation.Builder |
objectVersion(String objectVersion)
The version of the object containing the application code.
|
copy
applyMutation, build
S3ContentLocation.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.S3ContentLocation.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.S3ContentLocation.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.