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 Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time that the resource testing selection was created.restoreTestingPlanArn
(String restoreTestingPlanArn) The ARN of the restore testing plan with which the restore testing selection is associated.restoreTestingPlanName
(String restoreTestingPlanName) The name of the restore testing plan.restoreTestingSelectionName
(String restoreTestingSelectionName) The name of the restore testing selection for the related restore testing plan.Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
creationTime
The time that the resource testing selection was created.
- Parameters:
creationTime
- The time that the resource testing selection was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingPlanArn
The ARN of the restore testing plan with which the restore testing selection is associated.
- Parameters:
restoreTestingPlanArn
- 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
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
- 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) The name of the restore testing selection for the related restore testing plan.
- Parameters:
restoreTestingSelectionName
- The name of the restore testing selection for the related restore testing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-