Interface SnowflakeParameters.Builder

    • Method Detail

      • host

        SnowflakeParameters.Builder host​(String host)

        Host.

        Parameters:
        host - Host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • database

        SnowflakeParameters.Builder database​(String database)

        Database.

        Parameters:
        database - Database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warehouse

        SnowflakeParameters.Builder warehouse​(String warehouse)

        Warehouse.

        Parameters:
        warehouse - Warehouse.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authenticationType

        SnowflakeParameters.Builder authenticationType​(String authenticationType)

        The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.

        Parameters:
        authenticationType - The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthenticationType, AuthenticationType
      • authenticationType

        SnowflakeParameters.Builder authenticationType​(AuthenticationType authenticationType)

        The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.

        Parameters:
        authenticationType - The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthenticationType, AuthenticationType
      • databaseAccessControlRole

        SnowflakeParameters.Builder databaseAccessControlRole​(String databaseAccessControlRole)

        The database access control role.

        Parameters:
        databaseAccessControlRole - The database access control role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • oAuthParameters

        SnowflakeParameters.Builder oAuthParameters​(OAuthParameters oAuthParameters)

        An object that contains information needed to create a data source connection between an QuickSight account and Snowflake.

        Parameters:
        oAuthParameters - An object that contains information needed to create a data source connection between an QuickSight account and Snowflake.
        Returns:
        Returns a reference to this object so that method calls can be chained together.