Interface UpdateRestoreTestingSelectionResponse.Builder

    • Method Detail

      • creationTime

        UpdateRestoreTestingSelectionResponse.Builder creationTime​(Instant creationTime)

        This is the time the resource testing selection was updated successfully.

        Parameters:
        creationTime - This is the time the resource testing selection was updated successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • restoreTestingPlanArn

        UpdateRestoreTestingSelectionResponse.Builder restoreTestingPlanArn​(String restoreTestingPlanArn)

        Unique string that is the name of the restore testing plan.

        Parameters:
        restoreTestingPlanArn - Unique string that is the name of the restore testing plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • restoreTestingPlanName

        UpdateRestoreTestingSelectionResponse.Builder restoreTestingPlanName​(String restoreTestingPlanName)

        This is the restore testing plan with which the updated restore testing selection is associated.

        Parameters:
        restoreTestingPlanName - This is the restore testing plan with which the updated restore testing selection is associated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • restoreTestingSelectionName

        UpdateRestoreTestingSelectionResponse.Builder restoreTestingSelectionName​(String restoreTestingSelectionName)

        This is the returned restore testing selection name.

        Parameters:
        restoreTestingSelectionName - This is the returned restore testing selection name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        UpdateRestoreTestingSelectionResponse.Builder updateTime​(Instant updateTime)

        This is the time the update completed for the restore testing selection.

        Parameters:
        updateTime - This is the time the update completed for the restore testing selection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.