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