public static interface ReactiveInsightSummary.Builder extends SdkPojo, CopyableBuilder<ReactiveInsightSummary.Builder,ReactiveInsightSummary>
| Modifier and Type | Method and Description |
|---|---|
ReactiveInsightSummary.Builder |
associatedResourceArns(Collection<String> associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
|
ReactiveInsightSummary.Builder |
associatedResourceArns(String... associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
|
ReactiveInsightSummary.Builder |
id(String id)
The ID of a reactive summary.
|
default ReactiveInsightSummary.Builder |
insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ReactiveInsightSummary.Builder |
insightTimeRange(InsightTimeRange insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ReactiveInsightSummary.Builder |
name(String name)
The name of a reactive insight.
|
default ReactiveInsightSummary.Builder |
resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ReactiveInsightSummary.Builder |
resourceCollection(ResourceCollection resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
default ReactiveInsightSummary.Builder |
serviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)
A collection of the names of Amazon Web Services services.
|
ReactiveInsightSummary.Builder |
serviceCollection(ServiceCollection serviceCollection)
A collection of the names of Amazon Web Services services.
|
ReactiveInsightSummary.Builder |
severity(InsightSeverity severity)
The severity of the insight.
|
ReactiveInsightSummary.Builder |
severity(String severity)
The severity of the insight.
|
ReactiveInsightSummary.Builder |
status(InsightStatus status)
The status of a reactive insight.
|
ReactiveInsightSummary.Builder |
status(String status)
The status of a reactive insight.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReactiveInsightSummary.Builder id(String id)
The ID of a reactive summary.
id - The ID of a reactive summary.ReactiveInsightSummary.Builder name(String name)
The name of a reactive insight.
name - The name of a reactive insight.ReactiveInsightSummary.Builder severity(String severity)
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
severity - The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.InsightSeverity,
InsightSeverityReactiveInsightSummary.Builder severity(InsightSeverity severity)
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
severity - The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.InsightSeverity,
InsightSeverityReactiveInsightSummary.Builder status(String status)
The status of a reactive insight.
status - The status of a reactive insight.InsightStatus,
InsightStatusReactiveInsightSummary.Builder status(InsightStatus status)
The status of a reactive insight.
status - The status of a reactive insight.InsightStatus,
InsightStatusReactiveInsightSummary.Builder insightTimeRange(InsightTimeRange insightTimeRange)
insightTimeRange - The new value for the InsightTimeRange property for this object.default ReactiveInsightSummary.Builder insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
InsightTimeRange.Builder avoiding the
need to create one manually via InsightTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to insightTimeRange(InsightTimeRange).
insightTimeRange - a consumer that will call methods on InsightTimeRange.BuilderinsightTimeRange(InsightTimeRange)ReactiveInsightSummary.Builder resourceCollection(ResourceCollection resourceCollection)
resourceCollection - The new value for the ResourceCollection property for this object.default ReactiveInsightSummary.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)ReactiveInsightSummary.Builder serviceCollection(ServiceCollection serviceCollection)
A collection of the names of Amazon Web Services services.
serviceCollection - A collection of the names of Amazon Web Services services.default ReactiveInsightSummary.Builder serviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)
A collection of the names of Amazon Web Services services.
This is a convenience method that creates an instance of theServiceCollection.Builder avoiding the
need to create one manually via ServiceCollection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to serviceCollection(ServiceCollection).
serviceCollection - a consumer that will call methods on ServiceCollection.BuilderserviceCollection(ServiceCollection)ReactiveInsightSummary.Builder associatedResourceArns(Collection<String> associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
associatedResourceArns - The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.ReactiveInsightSummary.Builder associatedResourceArns(String... associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
associatedResourceArns - The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.Copyright © 2023. All rights reserved.