public static interface S3Configuration.Builder extends SdkPojo, CopyableBuilder<S3Configuration.Builder,S3Configuration>
Modifier and Type | Method and Description |
---|---|
S3Configuration.Builder |
bucketARN(String bucketARN)
ARN of the S3 bucket that contains the data.
|
S3Configuration.Builder |
fileKey(String fileKey)
The name of the object that contains the data.
|
S3Configuration.Builder |
roleARN(String roleARN)
IAM ARN of the role used to access the data.
|
copy
applyMutation, build
S3Configuration.Builder roleARN(String roleARN)
IAM ARN of the role used to access the data.
roleARN
- IAM ARN of the role used to access the data.S3Configuration.Builder bucketARN(String bucketARN)
ARN of the S3 bucket that contains the data.
bucketARN
- ARN of the S3 bucket that contains the data.S3Configuration.Builder fileKey(String fileKey)
The name of the object that contains the data.
fileKey
- The name of the object that contains the data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.