public static interface ReactiveInsight.Builder extends SdkPojo, CopyableBuilder<ReactiveInsight.Builder,ReactiveInsight>
| Modifier and Type | Method and Description |
|---|---|
ReactiveInsight.Builder |
id(String id)
The ID of a reactive insight.
|
default ReactiveInsight.Builder |
insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ReactiveInsight.Builder |
insightTimeRange(InsightTimeRange insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ReactiveInsight.Builder |
name(String name)
The name of a reactive insight.
|
default ReactiveInsight.Builder |
resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ReactiveInsight.Builder |
resourceCollection(ResourceCollection resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ReactiveInsight.Builder |
severity(InsightSeverity severity)
The severity of a reactive insight.
|
ReactiveInsight.Builder |
severity(String severity)
The severity of a reactive insight.
|
ReactiveInsight.Builder |
ssmOpsItemId(String ssmOpsItemId)
The ID of the AWS System Manager OpsItem created for this insight.
|
ReactiveInsight.Builder |
status(InsightStatus status)
The status of a reactive insight.
|
ReactiveInsight.Builder |
status(String status)
The status of a reactive insight.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReactiveInsight.Builder id(String id)
The ID of a reactive insight.
id - The ID of a reactive insight.ReactiveInsight.Builder name(String name)
The name of a reactive insight.
name - The name of a reactive insight.ReactiveInsight.Builder severity(String severity)
The severity of a reactive insight.
severity - The severity of a reactive insight.InsightSeverity,
InsightSeverityReactiveInsight.Builder severity(InsightSeverity severity)
The severity of a reactive insight.
severity - The severity of a reactive insight.InsightSeverity,
InsightSeverityReactiveInsight.Builder status(String status)
The status of a reactive insight.
status - The status of a reactive insight.InsightStatus,
InsightStatusReactiveInsight.Builder status(InsightStatus status)
The status of a reactive insight.
status - The status of a reactive insight.InsightStatus,
InsightStatusReactiveInsight.Builder insightTimeRange(InsightTimeRange insightTimeRange)
insightTimeRange - The new value for the InsightTimeRange property for this object.default ReactiveInsight.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)ReactiveInsight.Builder resourceCollection(ResourceCollection resourceCollection)
resourceCollection - The new value for the ResourceCollection property for this object.default ReactiveInsight.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)ReactiveInsight.Builder ssmOpsItemId(String ssmOpsItemId)
The ID of the AWS System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.
ssmOpsItemId - The ID of the AWS System Manager OpsItem created for this insight. You must enable the creation of
OpstItems insights before they are created for each insight.Copyright © 2021. All rights reserved.