static ProactiveInsight.Builder |
ProactiveInsight.builder() |
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.description(String description) |
Describes the proactive insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.id(String id) |
The ID of the proactive insight.
|
default ProactiveInsight.Builder |
ProactiveInsight.Builder.insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange) |
Sets the value of the InsightTimeRange property for this object.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.insightTimeRange(InsightTimeRange insightTimeRange) |
Sets the value of the InsightTimeRange property for this object.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.name(String name) |
The name of the proactive insight.
|
default ProactiveInsight.Builder |
ProactiveInsight.Builder.predictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange) |
Sets the value of the PredictionTimeRange property for this object.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.predictionTimeRange(PredictionTimeRange predictionTimeRange) |
Sets the value of the PredictionTimeRange property for this object.
|
default ProactiveInsight.Builder |
ProactiveInsight.Builder.resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection) |
Sets the value of the ResourceCollection property for this object.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.resourceCollection(ResourceCollection resourceCollection) |
Sets the value of the ResourceCollection property for this object.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.severity(String severity) |
The severity of the insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.severity(InsightSeverity severity) |
The severity of the insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.ssmOpsItemId(String ssmOpsItemId) |
The ID of the Amazon Web Services System Manager OpsItem created for this insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.status(String status) |
The status of the proactive insight.
|
ProactiveInsight.Builder |
ProactiveInsight.Builder.status(InsightStatus status) |
The status of the proactive insight.
|
ProactiveInsight.Builder |
ProactiveInsight.toBuilder() |
|