Interface DataQualityMetricValues.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataQualityMetricValues.Builder,DataQualityMetricValues>,SdkBuilder<DataQualityMetricValues.Builder,DataQualityMetricValues>,SdkPojo
- Enclosing class:
- DataQualityMetricValues
public static interface DataQualityMetricValues.Builder extends SdkPojo, CopyableBuilder<DataQualityMetricValues.Builder,DataQualityMetricValues>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataQualityMetricValues.BuilderactualValue(Double actualValue)The actual value of the data quality metric.DataQualityMetricValues.BuilderexpectedValue(Double expectedValue)The expected value of the data quality metric according to the analysis of historical data.DataQualityMetricValues.BuilderlowerLimit(Double lowerLimit)The lower limit of the data quality metric value according to the analysis of historical data.DataQualityMetricValues.BuilderupperLimit(Double upperLimit)The upper limit of the data quality metric value according to the analysis of historical data.-
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 Detail
-
actualValue
DataQualityMetricValues.Builder actualValue(Double actualValue)
The actual value of the data quality metric.
- Parameters:
actualValue- The actual value of the data quality metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedValue
DataQualityMetricValues.Builder expectedValue(Double expectedValue)
The expected value of the data quality metric according to the analysis of historical data.
- Parameters:
expectedValue- The expected value of the data quality metric according to the analysis of historical data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lowerLimit
DataQualityMetricValues.Builder lowerLimit(Double lowerLimit)
The lower limit of the data quality metric value according to the analysis of historical data.
- Parameters:
lowerLimit- The lower limit of the data quality metric value according to the analysis of historical data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upperLimit
DataQualityMetricValues.Builder upperLimit(Double upperLimit)
The upper limit of the data quality metric value according to the analysis of historical data.
- Parameters:
upperLimit- The upper limit of the data quality metric value according to the analysis of historical data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-