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 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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
 
 
 -