Interface DataQualityAnalyzerResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataQualityAnalyzerResult.Builder,
,DataQualityAnalyzerResult> SdkBuilder<DataQualityAnalyzerResult.Builder,
,DataQualityAnalyzerResult> SdkPojo
- Enclosing class:
DataQualityAnalyzerResult
public static interface DataQualityAnalyzerResult.Builder
extends SdkPojo, CopyableBuilder<DataQualityAnalyzerResult.Builder,DataQualityAnalyzerResult>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the data quality analyzer.evaluatedMetrics
(Map<String, Double> evaluatedMetrics) A map of metrics associated with the evaluation of the analyzer.evaluationMessage
(String evaluationMessage) An evaluation message.The name of the data quality analyzer.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, sdkFields
-
Method Details
-
name
The name of the data quality analyzer.
- Parameters:
name
- The name of the data quality analyzer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the data quality analyzer.
- Parameters:
description
- A description of the data quality analyzer.- 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.
-
evaluatedMetrics
A map of metrics associated with the evaluation of the analyzer.
- Parameters:
evaluatedMetrics
- A map of metrics associated with the evaluation of the analyzer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-