public static interface ReactiveAnomalySummary.Builder extends SdkPojo, CopyableBuilder<ReactiveAnomalySummary.Builder,ReactiveAnomalySummary>
| Modifier and Type | Method and Description |
|---|---|
ReactiveAnomalySummary.Builder |
anomalyTimeRange(AnomalyTimeRange anomalyTimeRange)
Sets the value of the AnomalyTimeRange property for this object.
|
default ReactiveAnomalySummary.Builder |
anomalyTimeRange(Consumer<AnomalyTimeRange.Builder> anomalyTimeRange)
Sets the value of the AnomalyTimeRange property for this object.
|
ReactiveAnomalySummary.Builder |
associatedInsightId(String associatedInsightId)
The ID of the insight that contains this anomaly.
|
ReactiveAnomalySummary.Builder |
id(String id)
The ID of the reactive anomaly.
|
default ReactiveAnomalySummary.Builder |
resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ReactiveAnomalySummary.Builder |
resourceCollection(ResourceCollection resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ReactiveAnomalySummary.Builder |
severity(AnomalySeverity severity)
The severity of the reactive anomaly.
|
ReactiveAnomalySummary.Builder |
severity(String severity)
The severity of the reactive anomaly.
|
ReactiveAnomalySummary.Builder |
sourceDetails(AnomalySourceDetails sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
default ReactiveAnomalySummary.Builder |
sourceDetails(Consumer<AnomalySourceDetails.Builder> sourceDetails)
Details about the source of the analyzed operational data that triggered the anomaly.
|
ReactiveAnomalySummary.Builder |
status(AnomalyStatus status)
The status of the reactive anomaly.
|
ReactiveAnomalySummary.Builder |
status(String status)
The status of the reactive anomaly.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReactiveAnomalySummary.Builder id(String id)
The ID of the reactive anomaly.
id - The ID of the reactive anomaly.ReactiveAnomalySummary.Builder severity(String severity)
The severity of the reactive anomaly.
severity - The severity of the reactive anomaly.AnomalySeverity,
AnomalySeverityReactiveAnomalySummary.Builder severity(AnomalySeverity severity)
The severity of the reactive anomaly.
severity - The severity of the reactive anomaly.AnomalySeverity,
AnomalySeverityReactiveAnomalySummary.Builder status(String status)
The status of the reactive anomaly.
status - The status of the reactive anomaly.AnomalyStatus,
AnomalyStatusReactiveAnomalySummary.Builder status(AnomalyStatus status)
The status of the reactive anomaly.
status - The status of the reactive anomaly.AnomalyStatus,
AnomalyStatusReactiveAnomalySummary.Builder anomalyTimeRange(AnomalyTimeRange anomalyTimeRange)
anomalyTimeRange - The new value for the AnomalyTimeRange property for this object.default ReactiveAnomalySummary.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)ReactiveAnomalySummary.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 ReactiveAnomalySummary.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)ReactiveAnomalySummary.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.ReactiveAnomalySummary.Builder resourceCollection(ResourceCollection resourceCollection)
resourceCollection - The new value for the ResourceCollection property for this object.default ReactiveAnomalySummary.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)Copyright © 2021. All rights reserved.