Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DatabricksParameters |
DatabricksParameters.clone() |
DatabricksParameters |
DataSourceParameters.getDatabricksParameters()
The required parameters that are needed to connect to a Databricks data source.
|
DatabricksParameters |
DatabricksParameters.withHost(String host)
The host name of the Databricks data source.
|
DatabricksParameters |
DatabricksParameters.withPort(Integer port)
The port for the Databricks data source.
|
DatabricksParameters |
DatabricksParameters.withSqlEndpointPath(String sqlEndpointPath)
The HTTP path of the Databricks data source.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSourceParameters.setDatabricksParameters(DatabricksParameters databricksParameters)
The required parameters that are needed to connect to a Databricks data source.
|
DataSourceParameters |
DataSourceParameters.withDatabricksParameters(DatabricksParameters databricksParameters)
The required parameters that are needed to connect to a Databricks data source.
|
Copyright © 2023. All rights reserved.