public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
Amazon S3 bucket name.
|
S3Location.Builder |
key(String key)
Amazon S3 bucket key.
|
copyapplyMutation, buildS3Location.Builder bucket(String bucket)
Amazon S3 bucket name.
bucket - Amazon S3 bucket name.S3Location.Builder key(String key)
Amazon S3 bucket key.
key - Amazon S3 bucket key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.