Interface TimeSeriesFeedback.Builder

  • Method Details

    • timeSeriesId

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

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