public static interface S3Destination.Builder extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
bucketName(String bucketName)
The name of an Amazon S3 bucket.
|
S3Destination.Builder |
objectKeyPrefix(String objectKeyPrefix)
A string prefix for an Amazon S3 object key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Destination.Builder bucketName(String bucketName)
The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
bucketName - The name of an Amazon S3 bucket. For more information about buckets, see Creating,
configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User
Guide.S3Destination.Builder objectKeyPrefix(String objectKeyPrefix)
A string prefix for an Amazon S3 object key. It's usually a folder name. For more information about folders in Amazon S3, see Organizing objects in the Amazon S3 console using folders in the Amazon Simple Storage Service User Guide.
objectKeyPrefix - A string prefix for an Amazon S3 object key. It's usually a folder name. For more information about
folders in Amazon S3, see Organizing objects in
the Amazon S3 console using folders in the Amazon Simple Storage Service User Guide.Copyright © 2023. All rights reserved.