| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
S3OutputFormatConfig.Builder |
S3OutputFormatConfig.Builder.aggregationConfig(AggregationConfig aggregationConfig)
Sets the value of the AggregationConfig property for this object.
|
default S3OutputFormatConfig.Builder |
S3OutputFormatConfig.Builder.aggregationConfig(Consumer<AggregationConfig.Builder> aggregationConfig)
Sets the value of the AggregationConfig property for this object.
|
static S3OutputFormatConfig.Builder |
S3OutputFormatConfig.builder() |
S3OutputFormatConfig.Builder |
S3OutputFormatConfig.Builder.fileType(FileType fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
S3OutputFormatConfig.Builder |
S3OutputFormatConfig.Builder.fileType(String fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
default S3OutputFormatConfig.Builder |
S3OutputFormatConfig.Builder.prefixConfig(Consumer<PrefixConfig.Builder> prefixConfig)
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
|
S3OutputFormatConfig.Builder |
S3OutputFormatConfig.Builder.prefixConfig(PrefixConfig prefixConfig)
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
|
S3OutputFormatConfig.Builder |
S3OutputFormatConfig.Builder.preserveSourceDataTyping(Boolean preserveSourceDataTyping)
If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data
types in your source data when it writes the output to Amazon S3.
|
S3OutputFormatConfig.Builder |
S3OutputFormatConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3OutputFormatConfig.Builder> |
S3OutputFormatConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3DestinationProperties.Builder |
S3DestinationProperties.Builder.s3OutputFormatConfig(Consumer<S3OutputFormatConfig.Builder> s3OutputFormatConfig)
Sets the value of the S3OutputFormatConfig property for this object.
|
Copyright © 2023. All rights reserved.