public static interface ProactiveAnomalySummary.Builder extends SdkPojo, CopyableBuilder<ProactiveAnomalySummary.Builder,ProactiveAnomalySummary>
| Modifier and Type | Method and Description |
|---|---|
ProactiveAnomalySummary.Builder |
anomalyTimeRange(AnomalyTimeRange anomalyTimeRange)
Sets the value of the AnomalyTimeRange property for this object.
|
default ProactiveAnomalySummary.Builder |
anomalyTimeRange(Consumer<AnomalyTimeRange.Builder> anomalyTimeRange)
Sets the value of the AnomalyTimeRange property for this object.
|
ProactiveAnomalySummary.Builder |
associatedInsightId(String associatedInsightId)
The ID of the insight that contains this anomaly.
|
ProactiveAnomalySummary.Builder |
id(String id)
The ID of the anomaly.
|
ProactiveAnomalySummary.Builder |
limit(Double limit)
A threshold that was exceeded by behavior in analyzed resources.
|
default ProactiveAnomalySummary.Builder |
predictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange)
Sets the value of the PredictionTimeRange property for this object.
|
ProactiveAnomalySummary.Builder |
predictionTimeRange(PredictionTimeRange predictionTimeRange)
Sets the value of the PredictionTimeRange property for this object.
|
default ProactiveAnomalySummary.Builder |
resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ProactiveAnomalySummary.Builder |
resourceCollection(ResourceCollection resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ProactiveAnomalySummary.Builder |
severity(AnomalySeverity severity)
The severity of the anomaly.
|
ProactiveAnomalySummary.Builder |
severity(String severity)
The severity of the anomaly.
|
ProactiveAnomalySummary.Builder |
sourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
default ProactiveAnomalySummary.Builder |
sourceDetails(Consumer<AnomalySourceDetails.Builder> sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ProactiveAnomalySummary.Builder |
status(AnomalyStatus status)
The status of the anomaly.
|
ProactiveAnomalySummary.Builder |
status(String status)
The status of the anomaly.
|
ProactiveAnomalySummary.Builder |
updateTime(Instant updateTime)
The time of the anomaly's most recent update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProactiveAnomalySummary.Builder id(String id)
The ID of the anomaly.
id - The ID of the anomaly.ProactiveAnomalySummary.Builder severity(String severity)
The severity of the anomaly.
severity - The severity of the anomaly.AnomalySeverity,
AnomalySeverityProactiveAnomalySummary.Builder severity(AnomalySeverity severity)
The severity of the anomaly.
severity - The severity of the anomaly.AnomalySeverity,
AnomalySeverityProactiveAnomalySummary.Builder status(String status)
The status of the anomaly.
status - The status of the anomaly.AnomalyStatus,
AnomalyStatusProactiveAnomalySummary.Builder status(AnomalyStatus status)
The status of the anomaly.
status - The status of the anomaly.AnomalyStatus,
AnomalyStatusProactiveAnomalySummary.Builder updateTime(Instant updateTime)
The time of the anomaly's most recent update.
updateTime - The time of the anomaly's most recent update.ProactiveAnomalySummary.Builder anomalyTimeRange(AnomalyTimeRange anomalyTimeRange)
anomalyTimeRange - The new value for the AnomalyTimeRange property for this object.default ProactiveAnomalySummary.Builder anomalyTimeRange(Consumer<AnomalyTimeRange.Builder> anomalyTimeRange)
AnomalyTimeRange.Builder avoiding the need to
create one manually via AnomalyTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to anomalyTimeRange(AnomalyTimeRange).anomalyTimeRange - a consumer that will call methods on AnomalyTimeRange.BuilderanomalyTimeRange(AnomalyTimeRange)ProactiveAnomalySummary.Builder predictionTimeRange(PredictionTimeRange predictionTimeRange)
predictionTimeRange - The new value for the PredictionTimeRange property for this object.default ProactiveAnomalySummary.Builder predictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange)
PredictionTimeRange.Builder avoiding the need
to create one manually via PredictionTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to predictionTimeRange(PredictionTimeRange).predictionTimeRange - a consumer that will call methods on PredictionTimeRange.BuilderpredictionTimeRange(PredictionTimeRange)ProactiveAnomalySummary.Builder sourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.
sourceDetails - Details about the source of the analyzed operational data that triggered the anomaly. The one
supported source is Amazon CloudWatch metrics.default ProactiveAnomalySummary.Builder sourceDetails(Consumer<AnomalySourceDetails.Builder> sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.
This is a convenience that creates an instance of theAnomalySourceDetails.Builder avoiding the need
to create one manually via AnomalySourceDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sourceDetails(AnomalySourceDetails).sourceDetails - a consumer that will call methods on AnomalySourceDetails.BuildersourceDetails(AnomalySourceDetails)ProactiveAnomalySummary.Builder associatedInsightId(String associatedInsightId)
The ID of the insight that contains this anomaly. An insight is composed of related anomalies.
associatedInsightId - The ID of the insight that contains this anomaly. An insight is composed of related anomalies.ProactiveAnomalySummary.Builder resourceCollection(ResourceCollection resourceCollection)
resourceCollection - The new value for the ResourceCollection property for this object.default ProactiveAnomalySummary.Builder resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
ResourceCollection.Builder avoiding the need to
create one manually via ResourceCollection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceCollection(ResourceCollection).resourceCollection - a consumer that will call methods on ResourceCollection.BuilderresourceCollection(ResourceCollection)ProactiveAnomalySummary.Builder limit(Double limit)
A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related to the anomalous behavior that generated this anomaly.
limit - A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related
to the anomalous behavior that generated this anomaly.Copyright © 2021. All rights reserved.