Interface TrinoParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrinoParameters.Builder,TrinoParameters>,SdkBuilder<TrinoParameters.Builder,TrinoParameters>,SdkPojo
- Enclosing class:
- TrinoParameters
@Mutable @NotThreadSafe public static interface TrinoParameters.Builder extends SdkPojo, CopyableBuilder<TrinoParameters.Builder,TrinoParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrinoParameters.Buildercatalog(String catalog)The catalog name for the Trino data source.TrinoParameters.Builderhost(String host)The host name of the Trino data source.TrinoParameters.Builderport(Integer port)The port for the Trino data source.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
host
TrinoParameters.Builder host(String 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
TrinoParameters.Builder port(Integer 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.
-
-