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 Details

    • 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

      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

      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 the InsightHealth.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).

      Parameters:
      insight - a consumer that will call methods on InsightHealth.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.