public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
The name of the Amazon S3 bucket.
|
S3Location.Builder |
prefix(String prefix)
The prefix for the Amazon S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
The name of the Amazon S3 bucket.
bucket - The name of the Amazon S3 bucket.S3Location.Builder prefix(String prefix)
The prefix for the Amazon S3 bucket.
prefix - The prefix for the Amazon S3 bucket.Copyright © 2021. All rights reserved.