Interface SnowflakeConnectorProfileProperties.Builder

    • Method Detail

      • warehouse

        SnowflakeConnectorProfileProperties.Builder warehouse​(String 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

        SnowflakeConnectorProfileProperties.Builder stage​(String 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

        SnowflakeConnectorProfileProperties.Builder bucketName​(String 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

        SnowflakeConnectorProfileProperties.Builder bucketPrefix​(String 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

        SnowflakeConnectorProfileProperties.Builder accountName​(String 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

        SnowflakeConnectorProfileProperties.Builder region​(String 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.