| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.anomalyTimeRange(AnomalyTimeRange 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.
|
ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.associatedInsightId(String associatedInsightId)
The ID of the insight that contains this anomaly.
|
static ReactiveAnomaly.Builder |
ReactiveAnomaly.builder() |
ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.id(String id)
The ID of the reactive anomaly.
|
default ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.resourceCollection(ResourceCollection resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.severity(AnomalySeverity severity)
The severity of the anomaly.
|
ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.severity(String severity)
The severity of the anomaly.
|
ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.sourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
default ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.sourceDetails(Consumer<AnomalySourceDetails.Builder> sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.status(AnomalyStatus status)
The status of the anomaly.
|
ReactiveAnomaly.Builder |
ReactiveAnomaly.Builder.status(String status)
The status of the anomaly.
|
ReactiveAnomaly.Builder |
ReactiveAnomaly.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReactiveAnomaly.Builder> |
ReactiveAnomaly.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAnomalyResponse.Builder |
DescribeAnomalyResponse.Builder.reactiveAnomaly(Consumer<ReactiveAnomaly.Builder> reactiveAnomaly)
A
ProactiveAnomaly object that represents the requested anomaly. |
Copyright © 2021. All rights reserved.