Interface AnomalyGroupTimeSeriesFeedback.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AnomalyGroupTimeSeriesFeedback.Builder,AnomalyGroupTimeSeriesFeedback>, SdkBuilder<AnomalyGroupTimeSeriesFeedback.Builder,AnomalyGroupTimeSeriesFeedback>, SdkPojo
Enclosing class:
AnomalyGroupTimeSeriesFeedback

public static interface AnomalyGroupTimeSeriesFeedback.Builder extends SdkPojo, CopyableBuilder<AnomalyGroupTimeSeriesFeedback.Builder,AnomalyGroupTimeSeriesFeedback>
  • Method Details

    • 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

      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.