| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.associatedResourceArns(Collection<String> associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.associatedResourceArns(String... associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
|
static ReactiveInsightSummary.Builder |
ReactiveInsightSummary.builder() |
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.id(String id)
The ID of a reactive summary.
|
default ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.insightTimeRange(InsightTimeRange insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.name(String name)
The name of a reactive insight.
|
default ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.resourceCollection(ResourceCollection resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
default ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.serviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)
A collection of the names of Amazon Web Services services.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.serviceCollection(ServiceCollection serviceCollection)
A collection of the names of Amazon Web Services services.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.severity(InsightSeverity severity)
The severity of the insight.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.severity(String severity)
The severity of the insight.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.status(InsightStatus status)
The status of a reactive insight.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.Builder.status(String status)
The status of a reactive insight.
|
ReactiveInsightSummary.Builder |
ReactiveInsightSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReactiveInsightSummary.Builder> |
ReactiveInsightSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.