Interface RecoveryGroupOutput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RecoveryGroupOutput.Builder,RecoveryGroupOutput>, SdkBuilder<RecoveryGroupOutput.Builder,RecoveryGroupOutput>, SdkPojo
Enclosing class:
RecoveryGroupOutput

public static interface RecoveryGroupOutput.Builder extends SdkPojo, CopyableBuilder<RecoveryGroupOutput.Builder,RecoveryGroupOutput>
  • Method Details

    • cells

      A list of a cell's Amazon Resource Names (ARNs).

      Parameters:
      cells - A list of a cell's Amazon Resource Names (ARNs).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cells

      A list of a cell's Amazon Resource Names (ARNs).

      Parameters:
      cells - A list of a cell's Amazon Resource Names (ARNs).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recoveryGroupArn

      RecoveryGroupOutput.Builder recoveryGroupArn(String recoveryGroupArn)

      The Amazon Resource Name (ARN) for the recovery group.

      Parameters:
      recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recoveryGroupName

      RecoveryGroupOutput.Builder recoveryGroupName(String recoveryGroupName)

      The name of the recovery group.

      Parameters:
      recoveryGroupName - The name of the recovery group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags associated with the recovery group.

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