Struct aws_sdk_quicksight::model::databricks_parameters::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DatabricksParameters
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn host(self, input: impl Into<String>) -> Self
pub fn host(self, input: impl Into<String>) -> Self
The host name of the Databricks data source.
sourcepub fn set_host(self, input: Option<String>) -> Self
pub fn set_host(self, input: Option<String>) -> Self
The host name of the Databricks data source.
sourcepub fn sql_endpoint_path(self, input: impl Into<String>) -> Self
pub fn sql_endpoint_path(self, input: impl Into<String>) -> Self
The HTTP path of the Databricks data source.
sourcepub fn set_sql_endpoint_path(self, input: Option<String>) -> Self
pub fn set_sql_endpoint_path(self, input: Option<String>) -> Self
The HTTP path of the Databricks data source.
sourcepub fn build(self) -> DatabricksParameters
pub fn build(self) -> DatabricksParameters
Consumes the builder and constructs a DatabricksParameters
.