public static interface S3DestinationProperties.Builder extends SdkPojo, CopyableBuilder<S3DestinationProperties.Builder,S3DestinationProperties>
| Modifier and Type | Method and Description |
|---|---|
S3DestinationProperties.Builder |
bucketName(String bucketName)
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
|
S3DestinationProperties.Builder |
bucketPrefix(String bucketPrefix)
The object key for the destination bucket in which Amazon AppFlow places the files.
|
default S3DestinationProperties.Builder |
s3OutputFormatConfig(Consumer<S3OutputFormatConfig.Builder> s3OutputFormatConfig)
Sets the value of the S3OutputFormatConfig property for this object.
|
S3DestinationProperties.Builder |
s3OutputFormatConfig(S3OutputFormatConfig s3OutputFormatConfig)
Sets the value of the S3OutputFormatConfig property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3DestinationProperties.Builder bucketName(String bucketName)
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
bucketName - The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.S3DestinationProperties.Builder bucketPrefix(String bucketPrefix)
The object key for the destination bucket in which Amazon AppFlow places the files.
bucketPrefix - The object key for the destination bucket in which Amazon AppFlow places the files.S3DestinationProperties.Builder s3OutputFormatConfig(S3OutputFormatConfig s3OutputFormatConfig)
s3OutputFormatConfig - The new value for the S3OutputFormatConfig property for this object.default S3DestinationProperties.Builder s3OutputFormatConfig(Consumer<S3OutputFormatConfig.Builder> s3OutputFormatConfig)
S3OutputFormatConfig.Builder avoiding
the need to create one manually via S3OutputFormatConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3OutputFormatConfig(S3OutputFormatConfig).
s3OutputFormatConfig - a consumer that will call methods on S3OutputFormatConfig.Builders3OutputFormatConfig(S3OutputFormatConfig)Copyright © 2022. All rights reserved.