Interface GetRestoreTestingSelectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<GetRestoreTestingSelectionResponse.Builder,GetRestoreTestingSelectionResponse>,SdkBuilder<GetRestoreTestingSelectionResponse.Builder,GetRestoreTestingSelectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRestoreTestingSelectionResponse
public static interface GetRestoreTestingSelectionResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<GetRestoreTestingSelectionResponse.Builder,GetRestoreTestingSelectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetRestoreTestingSelectionResponse.BuilderrestoreTestingSelection(Consumer<RestoreTestingSelectionForGet.Builder> restoreTestingSelection)Unique name of the restore testing selection.GetRestoreTestingSelectionResponse.BuilderrestoreTestingSelection(RestoreTestingSelectionForGet restoreTestingSelection)Unique name of 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 Detail
-
restoreTestingSelection
GetRestoreTestingSelectionResponse.Builder restoreTestingSelection(RestoreTestingSelectionForGet restoreTestingSelection)
Unique name of the restore testing selection.
- Parameters:
restoreTestingSelection- Unique name of the restore testing selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingSelection
default GetRestoreTestingSelectionResponse.Builder restoreTestingSelection(Consumer<RestoreTestingSelectionForGet.Builder> restoreTestingSelection)
Unique name of the restore testing selection.
This is a convenience method that creates an instance of theRestoreTestingSelectionForGet.Builderavoiding the need to create one manually viaRestoreTestingSelectionForGet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torestoreTestingSelection(RestoreTestingSelectionForGet).- Parameters:
restoreTestingSelection- a consumer that will call methods onRestoreTestingSelectionForGet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
restoreTestingSelection(RestoreTestingSelectionForGet)
-
-