Uses of Interface
software.amazon.awssdk.services.devopsguru.model.AnomalyReportedTimeRange.Builder
-
Packages that use AnomalyReportedTimeRange.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of AnomalyReportedTimeRange.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return AnomalyReportedTimeRange.Builder Modifier and Type Method Description static AnomalyReportedTimeRange.BuilderAnomalyReportedTimeRange. builder()AnomalyReportedTimeRange.BuilderAnomalyReportedTimeRange.Builder. closeTime(Instant closeTime)The time when an anomaly is closed.AnomalyReportedTimeRange.BuilderAnomalyReportedTimeRange.Builder. openTime(Instant openTime)The time when an anomaly is opened.AnomalyReportedTimeRange.BuilderAnomalyReportedTimeRange. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type AnomalyReportedTimeRange.Builder Modifier and Type Method Description static Class<? extends AnomalyReportedTimeRange.Builder>AnomalyReportedTimeRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type AnomalyReportedTimeRange.Builder Modifier and Type Method Description default ProactiveAnomaly.BuilderProactiveAnomaly.Builder. anomalyReportedTimeRange(Consumer<AnomalyReportedTimeRange.Builder> anomalyReportedTimeRange)AnAnomalyReportedTimeRangeobject that specifies the time range between when the anomaly is opened and the time when it is closed.default ProactiveAnomalySummary.BuilderProactiveAnomalySummary.Builder. anomalyReportedTimeRange(Consumer<AnomalyReportedTimeRange.Builder> anomalyReportedTimeRange)AnAnomalyReportedTimeRangeobject that specifies the time range between when the anomaly is opened and the time when it is closed.default ReactiveAnomaly.BuilderReactiveAnomaly.Builder. anomalyReportedTimeRange(Consumer<AnomalyReportedTimeRange.Builder> anomalyReportedTimeRange)AnAnomalyReportedTimeRangeobject that specifies the time range between when the anomaly is opened and the time when it is closed.default ReactiveAnomalySummary.BuilderReactiveAnomalySummary.Builder. anomalyReportedTimeRange(Consumer<AnomalyReportedTimeRange.Builder> anomalyReportedTimeRange)AnAnomalyReportedTimeRangeobject that specifies the time range between when the anomaly is opened and the time when it is closed.
-