Interface AnomalyGroupTimeSeriesFeedback.Builder

    • Method Detail

      • anomalyGroupId

        AnomalyGroupTimeSeriesFeedback.Builder anomalyGroupId​(String anomalyGroupId)

        The ID of the anomaly group.

        Parameters:
        anomalyGroupId - The ID of the anomaly group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeSeriesId

        AnomalyGroupTimeSeriesFeedback.Builder timeSeriesId​(String timeSeriesId)

        The ID of the metric.

        Parameters:
        timeSeriesId - The ID of the metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAnomaly

        AnomalyGroupTimeSeriesFeedback.Builder isAnomaly​(Boolean isAnomaly)

        Feedback on whether the metric is a legitimate anomaly.

        Parameters:
        isAnomaly - Feedback on whether the metric is a legitimate anomaly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.