public static interface CloudFormationHealth.Builder extends SdkPojo, CopyableBuilder<CloudFormationHealth.Builder,CloudFormationHealth>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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 |
stackName(String stackName)
The name of the CloudFormation stack.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudFormationHealth.Builder stackName(String stackName)
The name of the CloudFormation stack.
stackName - The name of the CloudFormation stack.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.
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.default 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.
This is a convenience that creates an instance of theInsightHealth.Builder avoiding the need to
create one manually via InsightHealth.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to insight(InsightHealth).insight - a consumer that will call methods on InsightHealth.Builderinsight(InsightHealth)Copyright © 2021. All rights reserved.