| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.anomalyTimeRange(AnomalyTimeRange anomalyTimeRange)
Sets the value of the AnomalyTimeRange property for this object.
|
default ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.anomalyTimeRange(Consumer<AnomalyTimeRange.Builder> anomalyTimeRange)
Sets the value of the AnomalyTimeRange property for this object.
|
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.associatedInsightId(String associatedInsightId)
The ID of the insight that contains this anomaly.
|
static ProactiveAnomaly.Builder |
ProactiveAnomaly.builder() |
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.id(String id)
The ID of a proactive anomaly.
|
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.limit(Double limit)
A threshold that was exceeded by behavior in analyzed resources.
|
default ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.predictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange)
Sets the value of the PredictionTimeRange property for this object.
|
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.predictionTimeRange(PredictionTimeRange predictionTimeRange)
Sets the value of the PredictionTimeRange property for this object.
|
default ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.resourceCollection(ResourceCollection resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.severity(AnomalySeverity severity)
The severity of a proactive anomaly.
|
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.severity(String severity)
The severity of a proactive anomaly.
|
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.sourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
default ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.sourceDetails(Consumer<AnomalySourceDetails.Builder> sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.status(AnomalyStatus status)
The status of a proactive anomaly.
|
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.status(String status)
The status of a proactive anomaly.
|
ProactiveAnomaly.Builder |
ProactiveAnomaly.toBuilder() |
ProactiveAnomaly.Builder |
ProactiveAnomaly.Builder.updateTime(Instant updateTime)
The time of the anomaly's most recent update.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProactiveAnomaly.Builder> |
ProactiveAnomaly.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAnomalyResponse.Builder |
DescribeAnomalyResponse.Builder.proactiveAnomaly(Consumer<ProactiveAnomaly.Builder> proactiveAnomaly)
A
ReactiveAnomaly object that represents the requested anomaly. |
Copyright © 2021. All rights reserved.