public static interface UpsolverDestinationProperties.Builder extends SdkPojo, CopyableBuilder<UpsolverDestinationProperties.Builder,UpsolverDestinationProperties>
Modifier and Type | Method and Description |
---|---|
UpsolverDestinationProperties.Builder |
bucketName(String bucketName)
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
|
UpsolverDestinationProperties.Builder |
bucketPrefix(String bucketPrefix)
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
|
default UpsolverDestinationProperties.Builder |
s3OutputFormatConfig(Consumer<UpsolverS3OutputFormatConfig.Builder> s3OutputFormatConfig)
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
|
UpsolverDestinationProperties.Builder |
s3OutputFormatConfig(UpsolverS3OutputFormatConfig s3OutputFormatConfig)
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpsolverDestinationProperties.Builder bucketName(String bucketName)
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
bucketName
- The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.UpsolverDestinationProperties.Builder bucketPrefix(String bucketPrefix)
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
bucketPrefix
- The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.UpsolverDestinationProperties.Builder s3OutputFormatConfig(UpsolverS3OutputFormatConfig s3OutputFormatConfig)
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
s3OutputFormatConfig
- The configuration that determines how data is formatted when Upsolver is used as the flow destination.default UpsolverDestinationProperties.Builder s3OutputFormatConfig(Consumer<UpsolverS3OutputFormatConfig.Builder> s3OutputFormatConfig)
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
This is a convenience that creates an instance of theUpsolverS3OutputFormatConfig.Builder
avoiding
the need to create one manually via UpsolverS3OutputFormatConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to s3OutputFormatConfig(UpsolverS3OutputFormatConfig)
.s3OutputFormatConfig
- a consumer that will call methods on UpsolverS3OutputFormatConfig.Builder
s3OutputFormatConfig(UpsolverS3OutputFormatConfig)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.