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
Modifier and TypeMethodDescriptionThe catalog name for the Trino data source.The host name of the Trino data source.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 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
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.
-