pub struct Builder { /* private fields */ }Expand description
A builder for DataQualityRulesetListDetails.
Implementations§
source§impl Builder
impl Builder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the data quality ruleset.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the data quality ruleset.
sourcepub fn created_on(self, input: DateTime) -> Self
pub fn created_on(self, input: DateTime) -> Self
The date and time the 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
The date and time the data quality ruleset was created.
sourcepub fn last_modified_on(self, input: DateTime) -> Self
pub fn last_modified_on(self, input: DateTime) -> Self
The date and time the data quality ruleset was last modified.
sourcepub fn set_last_modified_on(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_on(self, input: Option<DateTime>) -> Self
The date and time the data quality ruleset was last modified.
sourcepub fn target_table(self, input: DataQualityTargetTable) -> Self
pub fn target_table(self, input: DataQualityTargetTable) -> Self
An object representing an Glue table.
sourcepub fn set_target_table(self, input: Option<DataQualityTargetTable>) -> Self
pub fn set_target_table(self, input: Option<DataQualityTargetTable>) -> Self
An object representing an Glue table.
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 rule_count(self, input: i32) -> Self
pub fn rule_count(self, input: i32) -> Self
The number of rules in the ruleset.
sourcepub fn set_rule_count(self, input: Option<i32>) -> Self
pub fn set_rule_count(self, input: Option<i32>) -> Self
The number of rules in the ruleset.
sourcepub fn build(self) -> DataQualityRulesetListDetails
pub fn build(self) -> DataQualityRulesetListDetails
Consumes the builder and constructs a DataQualityRulesetListDetails.