Interface RecoveryPlan.Builder

  • Method Details

    • recoveryPlanArn

      RecoveryPlan.Builder recoveryPlanArn(String recoveryPlanArn)

      The ARN of the Recovery Plan.

      Parameters:
      recoveryPlanArn - The ARN of the Recovery Plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Sets the value of the Name property for this object.
      Parameters:
      name - The new value for the Name property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      RecoveryPlan.Builder description(String description)
      Sets the value of the Description property for this object.
      Parameters:
      description - The new value for the Description property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      RecoveryPlan.Builder status(String status)

      The status of the Recovery Plan.

      Parameters:
      status - The status of the Recovery Plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the Recovery Plan.

      Parameters:
      status - The status of the Recovery Plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      RecoveryPlan.Builder createdAt(String createdAt)

      The timestamp when the Recovery Plan was created.

      Parameters:
      createdAt - The timestamp when the Recovery Plan was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      RecoveryPlan.Builder updatedAt(String updatedAt)

      The timestamp when the Recovery Plan was last updated.

      Parameters:
      updatedAt - The timestamp when the Recovery Plan was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags associated with the Recovery Plan.

      Parameters:
      tags - The tags associated with the Recovery Plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.