public static interface AnomalyGroupTimeSeriesFeedback.Builder extends SdkPojo, CopyableBuilder<AnomalyGroupTimeSeriesFeedback.Builder,AnomalyGroupTimeSeriesFeedback>
| Modifier and Type | Method and Description |
|---|---|
AnomalyGroupTimeSeriesFeedback.Builder |
anomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
AnomalyGroupTimeSeriesFeedback.Builder |
isAnomaly(Boolean isAnomaly)
Feedback on whether the metric is a legitimate anomaly.
|
AnomalyGroupTimeSeriesFeedback.Builder |
timeSeriesId(String timeSeriesId)
The ID of the metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnomalyGroupTimeSeriesFeedback.Builder anomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
anomalyGroupId - The ID of the anomaly group.AnomalyGroupTimeSeriesFeedback.Builder timeSeriesId(String timeSeriesId)
The ID of the metric.
timeSeriesId - The ID of the metric.AnomalyGroupTimeSeriesFeedback.Builder isAnomaly(Boolean isAnomaly)
Feedback on whether the metric is a legitimate anomaly.
isAnomaly - Feedback on whether the metric is a legitimate anomaly.Copyright © 2023. All rights reserved.