Interface DatabricksParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatabricksParameters.Builder,DatabricksParameters>,SdkBuilder<DatabricksParameters.Builder,DatabricksParameters>,SdkPojo
- Enclosing class:
- DatabricksParameters
public static interface DatabricksParameters.Builder extends SdkPojo, CopyableBuilder<DatabricksParameters.Builder,DatabricksParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabricksParameters.Builderhost(String host)The host name of the Databricks data source.DatabricksParameters.Builderport(Integer port)The port for the Databricks data source.DatabricksParameters.BuildersqlEndpointPath(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, sdkFields
-
-
-
-
Method Detail
-
host
DatabricksParameters.Builder host(String 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
DatabricksParameters.Builder port(Integer 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
DatabricksParameters.Builder sqlEndpointPath(String 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.
-
-