Interface AnomalyGroupTimeSeries.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnomalyGroupTimeSeries.Builder,AnomalyGroupTimeSeries>,SdkBuilder<AnomalyGroupTimeSeries.Builder,AnomalyGroupTimeSeries>,SdkPojo
- Enclosing class:
- AnomalyGroupTimeSeries
public static interface AnomalyGroupTimeSeries.Builder extends SdkPojo, CopyableBuilder<AnomalyGroupTimeSeries.Builder,AnomalyGroupTimeSeries>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnomalyGroupTimeSeries.BuilderanomalyGroupId(String anomalyGroupId)The ID of the anomaly group.AnomalyGroupTimeSeries.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
AnomalyGroupTimeSeries.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
AnomalyGroupTimeSeries.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.
-
-