Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.AnomalyGroupTimeSeries.Builder
-
Packages that use AnomalyGroupTimeSeries.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of AnomalyGroupTimeSeries.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return AnomalyGroupTimeSeries.Builder Modifier and Type Method Description AnomalyGroupTimeSeries.BuilderAnomalyGroupTimeSeries.Builder. anomalyGroupId(String anomalyGroupId)The ID of the anomaly group.static AnomalyGroupTimeSeries.BuilderAnomalyGroupTimeSeries. builder()AnomalyGroupTimeSeries.BuilderAnomalyGroupTimeSeries.Builder. timeSeriesId(String timeSeriesId)The ID of the metric.AnomalyGroupTimeSeries.BuilderAnomalyGroupTimeSeries. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type AnomalyGroupTimeSeries.Builder Modifier and Type Method Description static Class<? extends AnomalyGroupTimeSeries.Builder>AnomalyGroupTimeSeries. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type AnomalyGroupTimeSeries.Builder Modifier and Type Method Description default GetFeedbackRequest.BuilderGetFeedbackRequest.Builder. anomalyGroupTimeSeriesFeedback(Consumer<AnomalyGroupTimeSeries.Builder> anomalyGroupTimeSeriesFeedback)The anomalous metric and group ID.
-