public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
Name of the S3 bucket.
|
S3Location.Builder |
prefix(String prefix)
Prefix for the location to write to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
Name of the S3 bucket.
bucket - Name of the S3 bucket.S3Location.Builder prefix(String prefix)
Prefix for the location to write to.
prefix - Prefix for the location to write to.Copyright © 2023. All rights reserved.