Interface UpdateRestoreTestingPlanResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BackupResponse.Builder, Buildable, CopyableBuilder<UpdateRestoreTestingPlanResponse.Builder,UpdateRestoreTestingPlanResponse>, SdkBuilder<UpdateRestoreTestingPlanResponse.Builder,UpdateRestoreTestingPlanResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateRestoreTestingPlanResponse

public static interface UpdateRestoreTestingPlanResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<UpdateRestoreTestingPlanResponse.Builder,UpdateRestoreTestingPlanResponse>
  • Method Details

    • 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

      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.