public static interface TrinoParameters.Builder extends SdkPojo, CopyableBuilder<TrinoParameters.Builder,TrinoParameters>
| Modifier and Type | Method and Description |
|---|---|
TrinoParameters.Builder |
catalog(String catalog)
The catalog name for the Trino data source.
|
TrinoParameters.Builder |
host(String host)
The host name of the Trino data source.
|
TrinoParameters.Builder |
port(Integer port)
The port for the Trino data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrinoParameters.Builder host(String host)
The host name of the Trino data source.
host - The host name of the Trino data source.TrinoParameters.Builder port(Integer port)
The port for the Trino data source.
port - The port for the Trino data source.TrinoParameters.Builder catalog(String catalog)
The catalog name for the Trino data source.
catalog - The catalog name for the Trino data source.Copyright © 2023. All rights reserved.