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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataQualityAnalyzerResult.Builderdescription(String description)A description of the data quality analyzer.DataQualityAnalyzerResult.BuilderevaluatedMetrics(Map<String,Double> evaluatedMetrics)A map of metrics associated with the evaluation of the analyzer.DataQualityAnalyzerResult.BuilderevaluationMessage(String evaluationMessage)An evaluation message.DataQualityAnalyzerResult.Buildername(String name)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
DataQualityAnalyzerResult.Builder name(String 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
DataQualityAnalyzerResult.Builder description(String 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
DataQualityAnalyzerResult.Builder evaluationMessage(String 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
DataQualityAnalyzerResult.Builder evaluatedMetrics(Map<String,Double> 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.
-
-