Interface GetRecoveryGroupResponse.Builder

    • Method Detail

      • cells

        GetRecoveryGroupResponse.Builder cells​(Collection<String> 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

        GetRecoveryGroupResponse.Builder cells​(String... 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

        GetRecoveryGroupResponse.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

        GetRecoveryGroupResponse.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

        GetRecoveryGroupResponse.Builder tags​(Map<String,​String> 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.