public static interface DatabricksParameters.Builder extends SdkPojo, CopyableBuilder<DatabricksParameters.Builder,DatabricksParameters>
| Modifier and Type | Method and Description |
|---|---|
DatabricksParameters.Builder |
host(String host)
The host name of the Databricks data source.
|
DatabricksParameters.Builder |
port(Integer port)
The port for the Databricks data source.
|
DatabricksParameters.Builder |
sqlEndpointPath(String sqlEndpointPath)
The HTTP path of the Databricks data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatabricksParameters.Builder host(String host)
The host name of the Databricks data source.
host - The host name of the Databricks data source.DatabricksParameters.Builder port(Integer port)
The port for the Databricks data source.
port - The port for the Databricks data source.DatabricksParameters.Builder sqlEndpointPath(String sqlEndpointPath)
The HTTP path of the Databricks data source.
sqlEndpointPath - The HTTP path of the Databricks data source.Copyright © 2023. All rights reserved.