Interface TrinoParameters.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TrinoParameters.Builder,TrinoParameters>, SdkBuilder<TrinoParameters.Builder,TrinoParameters>, SdkPojo
Enclosing class:
TrinoParameters

public static interface TrinoParameters.Builder extends SdkPojo, CopyableBuilder<TrinoParameters.Builder,TrinoParameters>
  • 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.