| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static CloudFormationHealth.Builder |
CloudFormationHealth.builder() |
default CloudFormationHealth.Builder |
CloudFormationHealth.Builder.insight(Consumer<InsightHealth.Builder> insight)
Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation
stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of
closed insights.
|
CloudFormationHealth.Builder |
CloudFormationHealth.Builder.insight(InsightHealth insight)
Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation
stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of
closed insights.
|
CloudFormationHealth.Builder |
CloudFormationHealth.Builder.stackName(String stackName)
The name of the CloudFormation stack.
|
CloudFormationHealth.Builder |
CloudFormationHealth.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CloudFormationHealth.Builder> |
CloudFormationHealth.serializableBuilderClass() |
Copyright © 2021. All rights reserved.