Struct aws_sdk_glue::model::data_quality_rule_result::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DataQualityRuleResult.
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 rule.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the data quality rule.
sourcepub fn evaluation_message(self, input: impl Into<String>) -> Self
pub fn evaluation_message(self, input: impl Into<String>) -> Self
An evaluation message.
sourcepub fn set_evaluation_message(self, input: Option<String>) -> Self
pub fn set_evaluation_message(self, input: Option<String>) -> Self
An evaluation message.
sourcepub fn result(self, input: DataQualityRuleResultStatus) -> Self
pub fn result(self, input: DataQualityRuleResultStatus) -> Self
A pass or fail status for the rule.
sourcepub fn set_result(self, input: Option<DataQualityRuleResultStatus>) -> Self
pub fn set_result(self, input: Option<DataQualityRuleResultStatus>) -> Self
A pass or fail status for the rule.
sourcepub fn build(self) -> DataQualityRuleResult
pub fn build(self) -> DataQualityRuleResult
Consumes the builder and constructs a DataQualityRuleResult.