Interface DataQualityMetric.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataQualityMetric.Builder,
,DataQualityMetric> SdkBuilder<DataQualityMetric.Builder,
,DataQualityMetric> SdkPojo
- Enclosing class:
DataQualityMetric
public static interface DataQualityMetric.Builder
extends SdkPojo, CopyableBuilder<DataQualityMetric.Builder,DataQualityMetric>
-
Method Summary
Modifier and TypeMethodDescriptionmetricDescription
(String metricDescription) A description of the data quality metric.metricType
(String metricType) The name of the data quality metric.metricType
(DataQualityMetricType metricType) The name of the data quality metric.metricValue
(Double metricValue) The value of the data quality metric.relatedColumnName
(String relatedColumnName) The column that is being monitored.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
-
metricType
The name of the data quality metric.
- Parameters:
metricType
- The name of the data quality metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metricType
The name of the data quality metric.
- Parameters:
metricType
- The name of the data quality metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metricDescription
A description of the data quality metric.
- Parameters:
metricDescription
- A description of the data quality metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricValue
The value of the data quality metric.
- Parameters:
metricValue
- The value of the data quality metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-