Interface DataQualityMetric.Builder

  • Method Details

    • metricType

      DataQualityMetric.Builder metricType(String 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

      DataQualityMetric.Builder metricDescription(String 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.
    • relatedColumnName

      DataQualityMetric.Builder relatedColumnName(String relatedColumnName)

      The column that is being monitored.

      Parameters:
      relatedColumnName - The column that is being monitored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricValue

      DataQualityMetric.Builder metricValue(Double 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.