Interface SnowflakeTableReference.Builder

    • Method Detail

      • secretArn

        SnowflakeTableReference.Builder secretArn​(String secretArn)

        The secret ARN of the Snowflake table reference.

        Parameters:
        secretArn - The secret ARN of the Snowflake table reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIdentifier

        SnowflakeTableReference.Builder accountIdentifier​(String accountIdentifier)

        The account identifier for the Snowflake table reference.

        Parameters:
        accountIdentifier - The account identifier for the Snowflake table reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        SnowflakeTableReference.Builder databaseName​(String databaseName)

        The name of the database the Snowflake table belongs to.

        Parameters:
        databaseName - The name of the database the Snowflake table belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        SnowflakeTableReference.Builder tableName​(String tableName)

        The name of the Snowflake table.

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

        SnowflakeTableReference.Builder schemaName​(String schemaName)

        The schema name of the Snowflake table reference.

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

        SnowflakeTableReference.Builder tableSchema​(SnowflakeTableSchema tableSchema)

        The schema of the Snowflake table.

        Parameters:
        tableSchema - The schema of the Snowflake table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.