| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static AnomalyTimeRange.Builder |
AnomalyTimeRange.builder() |
AnomalyTimeRange.Builder |
AnomalyTimeRange.Builder.endTime(Instant endTime)
The time when the anomalous behavior ended.
|
AnomalyTimeRange.Builder |
AnomalyTimeRange.Builder.startTime(Instant startTime)
The time when the anomalous behavior started.
|
AnomalyTimeRange.Builder |
AnomalyTimeRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnomalyTimeRange.Builder> |
AnomalyTimeRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.anomalyTimeRange(Consumer<AnomalyTimeRange.Builder> anomalyTimeRange)
Sets the value of the AnomalyTimeRange property for this object.
|
default ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.anomalyTimeRange(Consumer<AnomalyTimeRange.Builder> anomalyTimeRange)
Sets the value of the AnomalyTimeRange property for this object.
|
default ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.anomalyTimeRange(Consumer<AnomalyTimeRange.Builder> anomalyTimeRange)
Sets the value of the AnomalyTimeRange property for this object.
|
default ReactiveAnomalySummary.Builder |
ReactiveAnomalySummary.Builder.anomalyTimeRange(Consumer<AnomalyTimeRange.Builder> anomalyTimeRange)
Sets the value of the AnomalyTimeRange property for this object.
|
Copyright © 2023. All rights reserved.