Interface GetDataQualityMetricsResponse.Builder

    • Method Detail

      • anomalyDetectorDataQualityMetricList

        GetDataQualityMetricsResponse.Builder anomalyDetectorDataQualityMetricList​(Collection<AnomalyDetectorDataQualityMetric> anomalyDetectorDataQualityMetricList)

        A list of the data quality metrics for the AnomalyDetectorArn that you requested.

        Parameters:
        anomalyDetectorDataQualityMetricList - A list of the data quality metrics for the AnomalyDetectorArn that you requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • anomalyDetectorDataQualityMetricList

        GetDataQualityMetricsResponse.Builder anomalyDetectorDataQualityMetricList​(AnomalyDetectorDataQualityMetric... anomalyDetectorDataQualityMetricList)

        A list of the data quality metrics for the AnomalyDetectorArn that you requested.

        Parameters:
        anomalyDetectorDataQualityMetricList - A list of the data quality metrics for the AnomalyDetectorArn that you requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.