public static interface CloudFormationHealth.Builder extends SdkPojo, CopyableBuilder<CloudFormationHealth.Builder,CloudFormationHealth>
| Modifier and Type | Method and Description |
|---|---|
CloudFormationHealth.Builder |
analyzedResourceCount(Long analyzedResourceCount)
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web
Services CloudFormation stack.
|
default CloudFormationHealth.Builder |
insight(Consumer<InsightHealth.Builder> insight)
Information about the health of the Amazon Web Services resources in your account that are specified by an
Amazon Web Services 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 Amazon Web Services resources in your account that are specified by an
Amazon Web Services 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 Amazon Web Services resources in your account that are specified by an Amazon Web Services 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 Amazon Web Services resources in your account that are specified
by an Amazon Web Services 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 Amazon Web Services resources in your account that are specified by an Amazon Web Services 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 method 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)CloudFormationHealth.Builder analyzedResourceCount(Long analyzedResourceCount)
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.
analyzedResourceCount - Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web
Services CloudFormation stack.Copyright © 2023. All rights reserved.