public static interface S3DestinationConfig.Builder extends SdkPojo, CopyableBuilder<S3DestinationConfig.Builder,S3DestinationConfig>
| Modifier and Type | Method and Description |
|---|---|
S3DestinationConfig.Builder |
bucket(String bucket)
The name of the Amazon S3 bucket to use as the destination for an export job.
|
S3DestinationConfig.Builder |
keyPrefix(String keyPrefix)
The Amazon S3 bucket prefix for an export job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3DestinationConfig.Builder bucket(String bucket)
The name of the Amazon S3 bucket to use as the destination for an export job.
bucket - The name of the Amazon S3 bucket to use as the destination for an export job.S3DestinationConfig.Builder keyPrefix(String keyPrefix)
The Amazon S3 bucket prefix for an export job.
keyPrefix - The Amazon S3 bucket prefix for an export job.Copyright © 2023. All rights reserved.