@Generated(value="software.amazon.awssdk:codegen") public final class SnowflakeDestinationProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnowflakeDestinationProperties.Builder,SnowflakeDestinationProperties>
The properties that are applied when Snowflake is being used as a destination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SnowflakeDestinationProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketPrefix()
The object key for the destination bucket in which Amazon AppFlow places the files.
|
static SnowflakeDestinationProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorHandlingConfig |
errorHandlingConfig()
The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
intermediateBucketName()
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
|
String |
object()
The object specified in the Snowflake flow destination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SnowflakeDestinationProperties.Builder> |
serializableBuilderClass() |
SnowflakeDestinationProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String object()
The object specified in the Snowflake flow destination.
public final String intermediateBucketName()
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
public final String bucketPrefix()
The object key for the destination bucket in which Amazon AppFlow places the files.
public final ErrorHandlingConfig errorHandlingConfig()
The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination.
For example, this setting would determine if the flow should fail after one insertion error, or continue and
attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of
the destination connector details.
ErrorHandlingConfig is a part of the destination connector details.public SnowflakeDestinationProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SnowflakeDestinationProperties.Builder,SnowflakeDestinationProperties>public static SnowflakeDestinationProperties.Builder builder()
public static Class<? extends SnowflakeDestinationProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.