@Stability(value=Stable) public static final class CfnFlow.SnowflakeDestinationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.SnowflakeDestinationPropertiesProperty>
CfnFlow.SnowflakeDestinationPropertiesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFlow.SnowflakeDestinationPropertiesProperty.Builder intermediateBucketName(String intermediateBucketName)
intermediateBucketName - The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake. This parameter is required.this@Stability(value=Stable) public CfnFlow.SnowflakeDestinationPropertiesProperty.Builder object(String object)
CfnFlow.SnowflakeDestinationPropertiesProperty.getObject()object - The object specified in the Snowflake flow destination. This parameter is required.this@Stability(value=Stable) public CfnFlow.SnowflakeDestinationPropertiesProperty.Builder bucketPrefix(String bucketPrefix)
CfnFlow.SnowflakeDestinationPropertiesProperty.getBucketPrefix()bucketPrefix - The object key for the destination bucket in which Amazon AppFlow places the files.this@Stability(value=Stable) public CfnFlow.SnowflakeDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlow.ErrorHandlingConfigProperty errorHandlingConfig)
CfnFlow.SnowflakeDestinationPropertiesProperty.getErrorHandlingConfig()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.this@Stability(value=Stable) public CfnFlow.SnowflakeDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig)
CfnFlow.SnowflakeDestinationPropertiesProperty.getErrorHandlingConfig()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.this@Stability(value=Stable) public CfnFlow.SnowflakeDestinationPropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.SnowflakeDestinationPropertiesProperty>CfnFlow.SnowflakeDestinationPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.