| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static ProactiveInsight.Builder |
ProactiveInsight.builder() |
ProactiveInsight.Builder |
ProactiveInsight.Builder.description(String description)
Describes the proactive insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.id(String id)
The ID of the proactive insight.
|
default ProactiveInsight.Builder |
ProactiveInsight.Builder.insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.insightTimeRange(InsightTimeRange insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.name(String name)
The name of the proactive insight.
|
default ProactiveInsight.Builder |
ProactiveInsight.Builder.predictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange)
Sets the value of the PredictionTimeRange property for this object.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.predictionTimeRange(PredictionTimeRange predictionTimeRange)
Sets the value of the PredictionTimeRange property for this object.
|
default ProactiveInsight.Builder |
ProactiveInsight.Builder.resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.resourceCollection(ResourceCollection resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.severity(InsightSeverity severity)
The severity of the insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.severity(String severity)
The severity of the insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.ssmOpsItemId(String ssmOpsItemId)
The ID of the Amazon Web Services System Manager OpsItem created for this insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.status(InsightStatus status)
The status of the proactive insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.status(String status)
The status of the proactive insight.
|
ProactiveInsight.Builder |
ProactiveInsight.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProactiveInsight.Builder> |
ProactiveInsight.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeInsightResponse.Builder |
DescribeInsightResponse.Builder.proactiveInsight(Consumer<ProactiveInsight.Builder> proactiveInsight)
A
ProactiveInsight object that represents the requested insight. |
Copyright © 2023. All rights reserved.