Interface SnowflakeConnectorProfileProperties.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SnowflakeConnectorProfileProperties.Builder,SnowflakeConnectorProfileProperties>, SdkBuilder<SnowflakeConnectorProfileProperties.Builder,SnowflakeConnectorProfileProperties>, SdkPojo
Enclosing class:
SnowflakeConnectorProfileProperties

public static interface SnowflakeConnectorProfileProperties.Builder extends SdkPojo, CopyableBuilder<SnowflakeConnectorProfileProperties.Builder,SnowflakeConnectorProfileProperties>
  • Method Details

    • warehouse

      The name of the Snowflake warehouse.

      Parameters:
      warehouse - The name of the Snowflake warehouse.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stage

      The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: < Database>< Schema><Stage Name>.

      Parameters:
      stage - The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: < Database>< Schema><Stage Name>.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketName

      The name of the Amazon S3 bucket associated with Snowflake.

      Parameters:
      bucketName - The name of the Amazon S3 bucket associated with Snowflake.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketPrefix

      The bucket path that refers to the Amazon S3 bucket associated with Snowflake.

      Parameters:
      bucketPrefix - The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateLinkServiceName

      SnowflakeConnectorProfileProperties.Builder privateLinkServiceName(String privateLinkServiceName)

      The Snowflake Private Link service name to be used for private data transfers.

      Parameters:
      privateLinkServiceName - The Snowflake Private Link service name to be used for private data transfers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountName

      The name of the account.

      Parameters:
      accountName - The name of the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • region

      The Amazon Web Services Region of the Snowflake account.

      Parameters:
      region - The Amazon Web Services Region of the Snowflake account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.