Interface UpdateRestoreTestingSelectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BackupResponse.Builder
,Buildable
,CopyableBuilder<UpdateRestoreTestingSelectionResponse.Builder,
,UpdateRestoreTestingSelectionResponse> SdkBuilder<UpdateRestoreTestingSelectionResponse.Builder,
,UpdateRestoreTestingSelectionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateRestoreTestingSelectionResponse
public static interface UpdateRestoreTestingSelectionResponse.Builder
extends BackupResponse.Builder, SdkPojo, CopyableBuilder<UpdateRestoreTestingSelectionResponse.Builder,UpdateRestoreTestingSelectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) This is the time the resource testing selection was updated successfully.restoreTestingPlanArn
(String restoreTestingPlanArn) Unique string that is the name of the restore testing plan.restoreTestingPlanName
(String restoreTestingPlanName) This is the restore testing plan with which the updated restore testing selection is associated.restoreTestingSelectionName
(String restoreTestingSelectionName) This is the returned restore testing selection name.updateTime
(Instant updateTime) This is the time the update completed for the restore testing selection.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 updated successfully.
- Parameters:
creationTime
- This is the time the resource testing selection was updated successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingPlanArn
Unique string that is the name of the restore testing plan.
- Parameters:
restoreTestingPlanArn
- Unique string that is the name of the restore testing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingPlanName
This is the restore testing plan with which the updated restore testing selection is associated.
- Parameters:
restoreTestingPlanName
- This is the restore testing plan with which the updated restore testing selection is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingSelectionName
UpdateRestoreTestingSelectionResponse.Builder restoreTestingSelectionName(String restoreTestingSelectionName) This is the returned restore testing selection name.
- Parameters:
restoreTestingSelectionName
- This is the returned restore testing selection name.- 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 selection.
- Parameters:
updateTime
- This is the time the update completed for the restore testing selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-