Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.AnomalyGroupSummary.Builder
-
Packages that use AnomalyGroupSummary.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of AnomalyGroupSummary.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return AnomalyGroupSummary.Builder Modifier and Type Method Description AnomalyGroupSummary.BuilderAnomalyGroupSummary.Builder. anomalyGroupId(String anomalyGroupId)The ID of the anomaly group.AnomalyGroupSummary.BuilderAnomalyGroupSummary.Builder. anomalyGroupScore(Double anomalyGroupScore)The severity score of the group.static AnomalyGroupSummary.BuilderAnomalyGroupSummary. builder()AnomalyGroupSummary.BuilderAnomalyGroupSummary.Builder. endTime(String endTime)The end time for the group.AnomalyGroupSummary.BuilderAnomalyGroupSummary.Builder. primaryMetricName(String primaryMetricName)The name of the primary affected measure for the group.AnomalyGroupSummary.BuilderAnomalyGroupSummary.Builder. startTime(String startTime)The start time for the group.AnomalyGroupSummary.BuilderAnomalyGroupSummary. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type AnomalyGroupSummary.Builder Modifier and Type Method Description static Class<? extends AnomalyGroupSummary.Builder>AnomalyGroupSummary. serializableBuilderClass()
-