Class SnowflakeDestinationProperties
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.SnowflakeDestinationProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SnowflakeDestinationProperties.Builder,SnowflakeDestinationProperties>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSnowflakeDestinationProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketPrefix()The object key for the destination bucket in which Amazon AppFlow places the files.static SnowflakeDestinationProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ErrorHandlingConfigerrorHandlingConfig()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)inthashCode()StringintermediateBucketName()The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.Stringobject()The object specified in the Snowflake flow destination.List<SdkField<?>>sdkFields()static Class<? extends SnowflakeDestinationProperties.Builder>serializableBuilderClass()SnowflakeDestinationProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
object
public final String object()
The object specified in the Snowflake flow destination.
- Returns:
- The object specified in the Snowflake flow destination.
-
intermediateBucketName
public final String intermediateBucketName()
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
- Returns:
- The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
-
bucketPrefix
public final String bucketPrefix()
The object key for the destination bucket in which Amazon AppFlow places the files.
- Returns:
- The object key for the destination bucket in which Amazon AppFlow places the files.
-
errorHandlingConfig
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.
ErrorHandlingConfigis a part of the destination connector details.- Returns:
- 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.
ErrorHandlingConfigis a part of the destination connector details.
-
toBuilder
public SnowflakeDestinationProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SnowflakeDestinationProperties.Builder,SnowflakeDestinationProperties>
-
builder
public static SnowflakeDestinationProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends SnowflakeDestinationProperties.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-