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