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.