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 Details

    • 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.