| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftDestinationProperties.Builder |
RedshiftDestinationProperties.Builder.bucketPrefix(String bucketPrefix)
The object key for the bucket in which Amazon AppFlow places the destination files.
|
static RedshiftDestinationProperties.Builder |
RedshiftDestinationProperties.builder() |
default RedshiftDestinationProperties.Builder |
RedshiftDestinationProperties.Builder.errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift
destination.
|
RedshiftDestinationProperties.Builder |
RedshiftDestinationProperties.Builder.errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift
destination.
|
RedshiftDestinationProperties.Builder |
RedshiftDestinationProperties.Builder.intermediateBucketName(String intermediateBucketName)
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
|
RedshiftDestinationProperties.Builder |
RedshiftDestinationProperties.Builder.object(String object)
The object specified in the Amazon Redshift flow destination.
|
RedshiftDestinationProperties.Builder |
RedshiftDestinationProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RedshiftDestinationProperties.Builder> |
RedshiftDestinationProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DestinationConnectorProperties.Builder |
DestinationConnectorProperties.Builder.redshift(Consumer<RedshiftDestinationProperties.Builder> redshift)
The properties required to query Amazon Redshift.
|
Copyright © 2022. All rights reserved.