Interface RollbackStackRequest.Builder

    • Method Detail

      • stackName

        RollbackStackRequest.Builder stackName​(String stackName)

        The name that's associated with the stack.

        Parameters:
        stackName - The name that's associated with the stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleARN

        RollbackStackRequest.Builder roleARN​(String roleARN)

        The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.

        Parameters:
        roleARN - The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientRequestToken

        RollbackStackRequest.Builder clientRequestToken​(String clientRequestToken)

        A unique identifier for this RollbackStack request.

        Parameters:
        clientRequestToken - A unique identifier for this RollbackStack request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retainExceptOnCreate

        RollbackStackRequest.Builder retainExceptOnCreate​(Boolean retainExceptOnCreate)

        When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain.

        Default: false

        Parameters:
        retainExceptOnCreate - When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain.

        Default: false

        Returns:
        Returns a reference to this object so that method calls can be chained together.