public static interface S3Config.Builder extends SdkPojo, CopyableBuilder<S3Config.Builder,S3Config>
Modifier and Type | Method and Description |
---|---|
S3Config.Builder |
bucketAccessRoleArn(String bucketAccessRoleArn)
The Amazon S3 bucket to access.
|
copy
applyMutation, build
S3Config.Builder bucketAccessRoleArn(String bucketAccessRoleArn)
The Amazon S3 bucket to access. This bucket is used as a parameter in the CreateLocationS3 operation.
bucketAccessRoleArn
- The Amazon S3 bucket to access. This bucket is used as a parameter in the CreateLocationS3
operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.