public static interface S3Location.Builder extends CopyableBuilder<S3Location.Builder,S3Location>
Modifier and Type | Method and Description |
---|---|
S3Location.Builder |
s3Bucket(String s3Bucket)
The Amazon S3 bucket where the data is located.
|
S3Location.Builder |
s3Key(String s3Key)
The Amazon S3 key where the data is located.
|
copy
applyMutation, build
S3Location.Builder s3Bucket(String s3Bucket)
The Amazon S3 bucket where the data is located.
s3Bucket
- The Amazon S3 bucket where the data is located.S3Location.Builder s3Key(String s3Key)
The Amazon S3 key where the data is located.
s3Key
- The Amazon S3 key where the data is located.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.