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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnomalyGroupTimeSeriesFeedback.BuilderanomalyGroupId(String anomalyGroupId)The ID of the anomaly group.AnomalyGroupTimeSeriesFeedback.BuilderisAnomaly(Boolean isAnomaly)Feedback on whether the metric is a legitimate anomaly.AnomalyGroupTimeSeriesFeedback.BuildertimeSeriesId(String timeSeriesId)The ID of the metric.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-