public static interface S3Configuration.Builder extends CopyableBuilder<S3Configuration.Builder,S3Configuration>
Modifier and Type | Method and Description |
---|---|
S3Configuration.Builder |
bucketARN(String bucketARN)
Sets the value of the BucketARN property for this object.
|
S3Configuration.Builder |
fileKey(String fileKey)
Sets the value of the FileKey property for this object.
|
S3Configuration.Builder |
roleARN(String roleARN)
Sets the value of the RoleARN property for this object.
|
copy
applyMutation, build
S3Configuration.Builder roleARN(String roleARN)
roleARN
- The new value for the RoleARN property for this object.S3Configuration.Builder bucketARN(String bucketARN)
bucketARN
- The new value for the BucketARN property for this object.S3Configuration.Builder fileKey(String fileKey)
fileKey
- The new value for the FileKey property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.