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) This is the time the resource testing selection was created successfully.restoreTestingPlanArn
(String restoreTestingPlanArn) This is the ARN of the restore testing plan with which the restore testing selection is associated.restoreTestingPlanName
(String restoreTestingPlanName) Unique string that is the name of the restore testing plan.restoreTestingSelectionName
(String restoreTestingSelectionName) This is the unique name of the restore testing selection that belongs to 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
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
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
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.
-