Interface ListRecoveryPointsByLegalHoldResponse.Builder

    • Method Detail

      • recoveryPoints

        ListRecoveryPointsByLegalHoldResponse.Builder recoveryPoints​(Collection<RecoveryPointMember> recoveryPoints)

        This is a list of the recovery points returned by ListRecoveryPointsByLegalHold.

        Parameters:
        recoveryPoints - This is a list of the recovery points returned by ListRecoveryPointsByLegalHold.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recoveryPoints

        ListRecoveryPointsByLegalHoldResponse.Builder recoveryPoints​(RecoveryPointMember... recoveryPoints)

        This is a list of the recovery points returned by ListRecoveryPointsByLegalHold.

        Parameters:
        recoveryPoints - This is a list of the recovery points returned by ListRecoveryPointsByLegalHold.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRecoveryPointsByLegalHoldResponse.Builder nextToken​(String nextToken)

        This return is the next item following a partial list of returned resources.

        Parameters:
        nextToken - This return is the next item following a partial list of returned resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.