Interface ImpalaParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImpalaParameters.Builder,
,ImpalaParameters> SdkBuilder<ImpalaParameters.Builder,
,ImpalaParameters> SdkPojo
- Enclosing class:
ImpalaParameters
@Mutable
@NotThreadSafe
public static interface ImpalaParameters.Builder
extends SdkPojo, CopyableBuilder<ImpalaParameters.Builder,ImpalaParameters>
-
Method Summary
Modifier and TypeMethodDescriptionThe database of the Impala data source.The host name of the Impala data source.The port of the Impala data source.sqlEndpointPath
(String sqlEndpointPath) The HTTP path of the Impala 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 Impala data source.
- Parameters:
host
- The host name of the Impala data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port of the Impala data source.
- Parameters:
port
- The port of the Impala data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
database
The database of the Impala data source.
- Parameters:
database
- The database of the Impala data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sqlEndpointPath
The HTTP path of the Impala data source.
- Parameters:
sqlEndpointPath
- The HTTP path of the Impala data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-