public static interface S3Configuration.Builder extends SdkPojo, CopyableBuilder<S3Configuration.Builder,S3Configuration>
| Modifier and Type | Method and Description |
|---|---|
S3Configuration.Builder |
bucketARN(String bucketARN)
The ARN of the S3 bucket that contains the data.
|
S3Configuration.Builder |
fileKey(String fileKey)
The name of the object that contains the data.
|
copyapplyMutation, buildS3Configuration.Builder bucketARN(String bucketARN)
The ARN of the S3 bucket that contains the data.
bucketARN - The 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.