Interface DataQualityRuleResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataQualityRuleResult.Builder,
,DataQualityRuleResult> SdkBuilder<DataQualityRuleResult.Builder,
,DataQualityRuleResult> SdkPojo
- Enclosing class:
DataQualityRuleResult
@Mutable
@NotThreadSafe
public static interface DataQualityRuleResult.Builder
extends SdkPojo, CopyableBuilder<DataQualityRuleResult.Builder,DataQualityRuleResult>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the data quality rule.evaluatedMetrics
(Map<String, Double> evaluatedMetrics) A map of metrics associated with the evaluation of the rule.evaluatedRule
(String evaluatedRule) The evaluated rule.evaluationMessage
(String evaluationMessage) An evaluation message.The name of the data quality rule.A pass or fail status for the rule.result
(DataQualityRuleResultStatus result) A pass or fail status for the rule.ruleMetrics
(Map<String, Double> ruleMetrics) A map containing metrics associated with the evaluation of the rule based on row-level results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the data quality rule.
- Parameters:
name
- The name of the data quality rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the data quality rule.
- Parameters:
description
- A description of the data quality rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationMessage
An evaluation message.
- Parameters:
evaluationMessage
- An evaluation message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
result
A pass or fail status for the rule.
- Parameters:
result
- A pass or fail status for the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
result
A pass or fail status for the rule.
- Parameters:
result
- A pass or fail status for the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evaluatedMetrics
A map of metrics associated with the evaluation of the rule.
- Parameters:
evaluatedMetrics
- A map of metrics associated with the evaluation of the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluatedRule
The evaluated rule.
- Parameters:
evaluatedRule
- The evaluated rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleMetrics
A map containing metrics associated with the evaluation of the rule based on row-level results.
- Parameters:
ruleMetrics
- A map containing metrics associated with the evaluation of the rule based on row-level results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-