Interface StarburstParameters.Builder

    • Method Detail

      • host

        StarburstParameters.Builder host​(String host)

        The host name of the Starburst data source.

        Parameters:
        host - The host name of the Starburst data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        StarburstParameters.Builder port​(Integer port)

        The port for the Starburst data source.

        Parameters:
        port - The port for the Starburst data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • catalog

        StarburstParameters.Builder catalog​(String catalog)

        The catalog name for the Starburst data source.

        Parameters:
        catalog - The catalog name for the Starburst data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseAccessControlRole

        StarburstParameters.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.
      • authenticationType

        StarburstParameters.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

        StarburstParameters.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
      • oAuthParameters

        StarburstParameters.Builder oAuthParameters​(OAuthParameters oAuthParameters)

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

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