#[non_exhaustive]pub struct DatabricksParametersBuilder { /* private fields */ }
Expand description
A builder for DatabricksParameters
.
Implementations§
source§impl DatabricksParametersBuilder
impl DatabricksParametersBuilder
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
.
Trait Implementations§
source§impl Clone for DatabricksParametersBuilder
impl Clone for DatabricksParametersBuilder
source§fn clone(&self) -> DatabricksParametersBuilder
fn clone(&self) -> DatabricksParametersBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DatabricksParametersBuilder
impl Debug for DatabricksParametersBuilder
source§impl Default for DatabricksParametersBuilder
impl Default for DatabricksParametersBuilder
source§fn default() -> DatabricksParametersBuilder
fn default() -> DatabricksParametersBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DatabricksParametersBuilder> for DatabricksParametersBuilder
impl PartialEq<DatabricksParametersBuilder> for DatabricksParametersBuilder
source§fn eq(&self, other: &DatabricksParametersBuilder) -> bool
fn eq(&self, other: &DatabricksParametersBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.