public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
Modifier and Type | Method and Description |
---|---|
S3Location.Builder |
bucket(String bucket)
The Amazon S3 bucket name.
|
S3Location.Builder |
key(String key)
The Amazon S3 bucket key.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
S3Location.Builder bucket(String bucket)
The Amazon S3 bucket name.
bucket
- The Amazon S3 bucket name.S3Location.Builder key(String key)
The Amazon S3 bucket key.
key
- The Amazon S3 bucket key.