#[non_exhaustive]pub struct DataQualityResultDescriptionBuilder { /* private fields */ }Expand description
A builder for DataQualityResultDescription.
Implementations§
source§impl DataQualityResultDescriptionBuilder
impl DataQualityResultDescriptionBuilder
sourcepub fn result_id(self, input: impl Into<String>) -> Self
pub fn result_id(self, input: impl Into<String>) -> Self
The unique result ID for this data quality result.
sourcepub fn set_result_id(self, input: Option<String>) -> Self
pub fn set_result_id(self, input: Option<String>) -> Self
The unique result ID for this data quality result.
sourcepub fn get_result_id(&self) -> &Option<String>
pub fn get_result_id(&self) -> &Option<String>
The unique result ID for this data quality result.
sourcepub fn data_source(self, input: DataSource) -> Self
pub fn data_source(self, input: DataSource) -> Self
The table name associated with the data quality result.
sourcepub fn set_data_source(self, input: Option<DataSource>) -> Self
pub fn set_data_source(self, input: Option<DataSource>) -> Self
The table name associated with the data quality result.
sourcepub fn get_data_source(&self) -> &Option<DataSource>
pub fn get_data_source(&self) -> &Option<DataSource>
The table name associated with the data quality result.
sourcepub fn job_name(self, input: impl Into<String>) -> Self
pub fn job_name(self, input: impl Into<String>) -> Self
The job name associated with the data quality result.
sourcepub fn set_job_name(self, input: Option<String>) -> Self
pub fn set_job_name(self, input: Option<String>) -> Self
The job name associated with the data quality result.
sourcepub fn get_job_name(&self) -> &Option<String>
pub fn get_job_name(&self) -> &Option<String>
The job name associated with the data quality result.
sourcepub fn job_run_id(self, input: impl Into<String>) -> Self
pub fn job_run_id(self, input: impl Into<String>) -> Self
The job run ID associated with the data quality result.
sourcepub fn set_job_run_id(self, input: Option<String>) -> Self
pub fn set_job_run_id(self, input: Option<String>) -> Self
The job run ID associated with the data quality result.
sourcepub fn get_job_run_id(&self) -> &Option<String>
pub fn get_job_run_id(&self) -> &Option<String>
The job run ID associated with the data quality result.
sourcepub fn started_on(self, input: DateTime) -> Self
pub fn started_on(self, input: DateTime) -> Self
The time that the run started for this data quality result.
sourcepub fn set_started_on(self, input: Option<DateTime>) -> Self
pub fn set_started_on(self, input: Option<DateTime>) -> Self
The time that the run started for this data quality result.
sourcepub fn get_started_on(&self) -> &Option<DateTime>
pub fn get_started_on(&self) -> &Option<DateTime>
The time that the run started for this data quality result.
sourcepub fn build(self) -> DataQualityResultDescription
pub fn build(self) -> DataQualityResultDescription
Consumes the builder and constructs a DataQualityResultDescription.
Trait Implementations§
source§impl Clone for DataQualityResultDescriptionBuilder
impl Clone for DataQualityResultDescriptionBuilder
source§fn clone(&self) -> DataQualityResultDescriptionBuilder
fn clone(&self) -> DataQualityResultDescriptionBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DataQualityResultDescriptionBuilder
impl Default for DataQualityResultDescriptionBuilder
source§fn default() -> DataQualityResultDescriptionBuilder
fn default() -> DataQualityResultDescriptionBuilder
source§impl PartialEq<DataQualityResultDescriptionBuilder> for DataQualityResultDescriptionBuilder
impl PartialEq<DataQualityResultDescriptionBuilder> for DataQualityResultDescriptionBuilder
source§fn eq(&self, other: &DataQualityResultDescriptionBuilder) -> bool
fn eq(&self, other: &DataQualityResultDescriptionBuilder) -> bool
self and other values to be equal, and is used
by ==.