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