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, sdkFieldscopyapplyMutation, buildS3Location.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.Copyright © 2022. All rights reserved.