public static interface S3Destination.Builder extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
bucket(String bucket)
The name of the Amazon S3 bucket used as the destination of an export file.
|
S3Destination.Builder |
key(String key)
The Amazon S3 bucket key of an export file.
|
S3Destination.Builder |
metadataKey(String metadataKey)
The Amazon S3 bucket key of a metadata file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Destination.Builder bucket(String bucket)
The name of the Amazon S3 bucket used as the destination of an export file.
bucket - The name of the Amazon S3 bucket used as the destination of an export file.S3Destination.Builder key(String key)
The Amazon S3 bucket key of an export file.
The key uniquely identifies the object, or export file, in the S3 bucket.
key - The Amazon S3 bucket key of an export file.
The key uniquely identifies the object, or export file, in the S3 bucket.
S3Destination.Builder metadataKey(String metadataKey)
The Amazon S3 bucket key of a metadata file.
The key uniquely identifies the object, or metadata file, in the S3 bucket.
metadataKey - The Amazon S3 bucket key of a metadata file.
The key uniquely identifies the object, or metadata file, in the S3 bucket.
Copyright © 2023. All rights reserved.