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 Details

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