Interface SnowflakeDestinationProperties.Builder

    • Method Detail

      • object

        SnowflakeDestinationProperties.Builder object​(String object)

        The object specified in the Snowflake flow destination.

        Parameters:
        object - The object specified in the Snowflake flow destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intermediateBucketName

        SnowflakeDestinationProperties.Builder intermediateBucketName​(String intermediateBucketName)

        The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.

        Parameters:
        intermediateBucketName - The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bucketPrefix

        SnowflakeDestinationProperties.Builder bucketPrefix​(String bucketPrefix)

        The object key for the destination bucket in which Amazon AppFlow places the files.

        Parameters:
        bucketPrefix - The object key for the destination bucket in which Amazon AppFlow places the files.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorHandlingConfig

        SnowflakeDestinationProperties.Builder errorHandlingConfig​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.