Interface TrinoParameters.Builder

  • Method Details

    • host

      The host name of the Trino data source.

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

      The port for the Trino data source.

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

      TrinoParameters.Builder catalog(String catalog)

      The catalog name for the Trino data source.

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