Interface CreateRestoreTestingSelectionResponse.Builder

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

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

    • creationTime

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

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

      CreateRestoreTestingSelectionResponse.Builder restoreTestingPlanArn(String restoreTestingPlanArn)

      This is the ARN of the restore testing plan with which the restore testing selection is associated.

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

      CreateRestoreTestingSelectionResponse.Builder restoreTestingPlanName(String restoreTestingPlanName)

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

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

      Parameters:
      restoreTestingPlanName - Unique string that is the name of the restore testing plan.

      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.
    • restoreTestingSelectionName

      CreateRestoreTestingSelectionResponse.Builder restoreTestingSelectionName(String restoreTestingSelectionName)

      This is the unique name of the restore testing selection that belongs to the related restore testing plan.

      Parameters:
      restoreTestingSelectionName - This is the unique name of the restore testing selection that belongs to the related restore testing plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.