public static interface ReactiveInsightSummary.Builder extends SdkPojo, CopyableBuilder<ReactiveInsightSummary.Builder,ReactiveInsightSummary>
| Modifier and Type | Method and Description |
|---|---|
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 AWS services.
|
ReactiveInsightSummary.Builder |
serviceCollection(ServiceCollection serviceCollection)
A collection of the names of AWS services.
|
ReactiveInsightSummary.Builder |
severity(InsightSeverity severity)
The severity of a reactive insight.
|
ReactiveInsightSummary.Builder |
severity(String severity)
The severity of a reactive 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 a reactive insight.
severity - The severity of a reactive insight.InsightSeverity,
InsightSeverityReactiveInsightSummary.Builder severity(InsightSeverity severity)
The severity of a reactive insight.
severity - The severity of a reactive insight.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 AWS services.
serviceCollection - A collection of the names of AWS services.default ReactiveInsightSummary.Builder serviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)
A collection of the names of AWS services.
This is a convenience 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)Copyright © 2021. All rights reserved.