default ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.anomalyReportedTimeRange(Consumer<AnomalyReportedTimeRange.Builder> anomalyReportedTimeRange) |
An AnomalyReportedTimeRange object that specifies the time range between when the anomaly is
opened and the time when it is closed.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.anomalyReportedTimeRange(AnomalyReportedTimeRange anomalyReportedTimeRange) |
An AnomalyReportedTimeRange object that specifies the time range between when the anomaly is
opened and the time when it is closed.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.anomalyResources(Collection<AnomalyResource> anomalyResources) |
Information about a resource in which DevOps Guru detected anomalous behavior.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.anomalyResources(Consumer<AnomalyResource.Builder>... anomalyResources) |
Information about a resource in which DevOps Guru detected anomalous behavior.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.anomalyResources(AnomalyResource... anomalyResources) |
Information about a resource in which DevOps Guru detected anomalous behavior.
|
default ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.anomalyTimeRange(Consumer<AnomalyTimeRange.Builder> anomalyTimeRange) |
Sets the value of the AnomalyTimeRange property for this object.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.anomalyTimeRange(AnomalyTimeRange anomalyTimeRange) |
Sets the value of the AnomalyTimeRange property for this object.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.associatedInsightId(String associatedInsightId) |
The ID of the insight that contains this anomaly.
|
static ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.builder() |
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.description(String description) |
A description of the proactive anomaly.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.id(String id) |
The ID of the anomaly.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.limit(Double limit) |
A threshold that was exceeded by behavior in analyzed resources.
|
default ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.predictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange) |
Sets the value of the PredictionTimeRange property for this object.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.predictionTimeRange(PredictionTimeRange predictionTimeRange) |
Sets the value of the PredictionTimeRange property for this object.
|
default ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection) |
Sets the value of the ResourceCollection property for this object.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.resourceCollection(ResourceCollection resourceCollection) |
Sets the value of the ResourceCollection property for this object.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.severity(String severity) |
The severity of the anomaly.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.severity(AnomalySeverity severity) |
The severity of the anomaly.
|
default ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.sourceDetails(Consumer<AnomalySourceDetails.Builder> sourceDetails) |
Details about the source of the analyzed operational data that triggered the anomaly.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.sourceDetails(AnomalySourceDetails sourceDetails) |
Details about the source of the analyzed operational data that triggered the anomaly.
|
default ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.sourceMetadata(Consumer<AnomalySourceMetadata.Builder> sourceMetadata) |
The metadata of the source which detects proactive anomalies.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.sourceMetadata(AnomalySourceMetadata sourceMetadata) |
The metadata of the source which detects proactive anomalies.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.status(String status) |
The status of the anomaly.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.status(AnomalyStatus status) |
The status of the anomaly.
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.toBuilder() |
|
ProactiveAnomalySummary.Builder |
ProactiveAnomalySummary.Builder.updateTime(Instant updateTime) |
The time of the anomaly's most recent update.
|