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