Interface CfnStackDetail.Builder

  • Method Details

    • name

      The name of the CloudFormation stack.

      Parameters:
      name - The name of the CloudFormation stack.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the CloudFormation stack.

      Parameters:
      id - The unique identifier of the CloudFormation stack.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusMessage

      CfnStackDetail.Builder statusMessage(String statusMessage)

      A human-readable message about the stack's current status.

      Parameters:
      statusMessage - A human-readable message about the stack's current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.