Interface DataQualityRuleResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataQualityRuleResult.Builder,,DataQualityRuleResult> SdkBuilder<DataQualityRuleResult.Builder,,DataQualityRuleResult> SdkPojo
- Enclosing class:
DataQualityRuleResult
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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
-