Interface CreateRestoreTestingSelectionRequest.Builder

    • Method Detail

      • creatorRequestId

        CreateRestoreTestingSelectionRequest.Builder creatorRequestId​(String creatorRequestId)

        This is an optional unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

        Parameters:
        creatorRequestId - This is an optional unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • restoreTestingPlanName

        CreateRestoreTestingSelectionRequest.Builder restoreTestingPlanName​(String restoreTestingPlanName)

        Input the restore testing plan name that was returned from the related CreateRestoreTestingPlan request.

        Parameters:
        restoreTestingPlanName - Input the restore testing plan name that was returned from the related CreateRestoreTestingPlan request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • restoreTestingSelection

        CreateRestoreTestingSelectionRequest.Builder restoreTestingSelection​(RestoreTestingSelectionForCreate restoreTestingSelection)

        This consists of RestoreTestingSelectionName, ProtectedResourceType, and one of the following:

        • ProtectedResourceArns

        • ProtectedResourceConditions

        Each protected resource type can have one single value.

        A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns.

        Parameters:
        restoreTestingSelection - This consists of RestoreTestingSelectionName, ProtectedResourceType, and one of the following:

        • ProtectedResourceArns

        • ProtectedResourceConditions

        Each protected resource type can have one single value.

        A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns.

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