Interface CloudFormationHealth.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudFormationHealth.Builder,CloudFormationHealth>,SdkBuilder<CloudFormationHealth.Builder,CloudFormationHealth>,SdkPojo
- Enclosing class:
- CloudFormationHealth
public static interface CloudFormationHealth.Builder extends SdkPojo, CopyableBuilder<CloudFormationHealth.Builder,CloudFormationHealth>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CloudFormationHealth.BuilderanalyzedResourceCount(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.Builderinsight(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.Builderinsight(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.BuilderstackName(String stackName)The name of the CloudFormation stack.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
stackName
CloudFormationHealth.Builder stackName(String stackName)
The name of the CloudFormation stack.
- Parameters:
stackName- The name of the CloudFormation stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insight
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insight
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.Builderavoiding the need to create one manually viaInsightHealth.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinsight(InsightHealth).- Parameters:
insight- a consumer that will call methods onInsightHealth.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
insight(InsightHealth)
-
analyzedResourceCount
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.
- Parameters:
analyzedResourceCount- Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-