Interface UpdateRestoreTestingPlanResponse.Builder

    • Method Detail

      • creationTime

        UpdateRestoreTestingPlanResponse.Builder creationTime​(Instant creationTime)

        This is the time the resource testing plan was created.

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

        UpdateRestoreTestingPlanResponse.Builder restoreTestingPlanArn​(String restoreTestingPlanArn)

        Unique ARN (Amazon Resource Name) of the restore testing plan.

        Parameters:
        restoreTestingPlanArn - Unique ARN (Amazon Resource Name) of the restore testing plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • restoreTestingPlanName

        UpdateRestoreTestingPlanResponse.Builder restoreTestingPlanName​(String restoreTestingPlanName)

        The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

        Parameters:
        restoreTestingPlanName - The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        UpdateRestoreTestingPlanResponse.Builder updateTime​(Instant updateTime)

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

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