Struct aws_sdk_glue::operation::get_data_quality_ruleset::builders::GetDataQualityRulesetOutputBuilder
source · #[non_exhaustive]pub struct GetDataQualityRulesetOutputBuilder { /* private fields */ }Expand description
A builder for GetDataQualityRulesetOutput.
Implementations§
source§impl GetDataQualityRulesetOutputBuilder
impl GetDataQualityRulesetOutputBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the ruleset.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the ruleset.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description of the ruleset.
sourcepub fn ruleset(self, input: impl Into<String>) -> Self
pub fn ruleset(self, input: impl Into<String>) -> Self
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
sourcepub fn set_ruleset(self, input: Option<String>) -> Self
pub fn set_ruleset(self, input: Option<String>) -> Self
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
sourcepub fn get_ruleset(&self) -> &Option<String>
pub fn get_ruleset(&self) -> &Option<String>
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
sourcepub fn target_table(self, input: DataQualityTargetTable) -> Self
pub fn target_table(self, input: DataQualityTargetTable) -> Self
The name and database name of the target table.
sourcepub fn set_target_table(self, input: Option<DataQualityTargetTable>) -> Self
pub fn set_target_table(self, input: Option<DataQualityTargetTable>) -> Self
The name and database name of the target table.
sourcepub fn get_target_table(&self) -> &Option<DataQualityTargetTable>
pub fn get_target_table(&self) -> &Option<DataQualityTargetTable>
The name and database name of the target table.
sourcepub fn created_on(self, input: DateTime) -> Self
pub fn created_on(self, input: DateTime) -> Self
A timestamp. The time and date that this data quality ruleset was created.
sourcepub fn set_created_on(self, input: Option<DateTime>) -> Self
pub fn set_created_on(self, input: Option<DateTime>) -> Self
A timestamp. The time and date that this data quality ruleset was created.
sourcepub fn get_created_on(&self) -> &Option<DateTime>
pub fn get_created_on(&self) -> &Option<DateTime>
A timestamp. The time and date that this data quality ruleset was created.
sourcepub fn last_modified_on(self, input: DateTime) -> Self
pub fn last_modified_on(self, input: DateTime) -> Self
A timestamp. The last point in time when this data quality ruleset was modified.
sourcepub fn set_last_modified_on(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_on(self, input: Option<DateTime>) -> Self
A timestamp. The last point in time when this data quality ruleset was modified.
sourcepub fn get_last_modified_on(&self) -> &Option<DateTime>
pub fn get_last_modified_on(&self) -> &Option<DateTime>
A timestamp. The last point in time when this data quality ruleset was modified.
sourcepub fn recommendation_run_id(self, input: impl Into<String>) -> Self
pub fn recommendation_run_id(self, input: impl Into<String>) -> Self
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
sourcepub fn set_recommendation_run_id(self, input: Option<String>) -> Self
pub fn set_recommendation_run_id(self, input: Option<String>) -> Self
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
sourcepub fn get_recommendation_run_id(&self) -> &Option<String>
pub fn get_recommendation_run_id(&self) -> &Option<String>
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
sourcepub fn build(self) -> GetDataQualityRulesetOutput
pub fn build(self) -> GetDataQualityRulesetOutput
Consumes the builder and constructs a GetDataQualityRulesetOutput.
Trait Implementations§
source§impl Clone for GetDataQualityRulesetOutputBuilder
impl Clone for GetDataQualityRulesetOutputBuilder
source§fn clone(&self) -> GetDataQualityRulesetOutputBuilder
fn clone(&self) -> GetDataQualityRulesetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetDataQualityRulesetOutputBuilder
impl Default for GetDataQualityRulesetOutputBuilder
source§fn default() -> GetDataQualityRulesetOutputBuilder
fn default() -> GetDataQualityRulesetOutputBuilder
source§impl PartialEq for GetDataQualityRulesetOutputBuilder
impl PartialEq for GetDataQualityRulesetOutputBuilder
source§fn eq(&self, other: &GetDataQualityRulesetOutputBuilder) -> bool
fn eq(&self, other: &GetDataQualityRulesetOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.