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