Interface StartRecoveryRequestSourceServer.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StartRecoveryRequestSourceServer.Builder,
,StartRecoveryRequestSourceServer> SdkBuilder<StartRecoveryRequestSourceServer.Builder,
,StartRecoveryRequestSourceServer> SdkPojo
- Enclosing class:
StartRecoveryRequestSourceServer
@Mutable
@NotThreadSafe
public static interface StartRecoveryRequestSourceServer.Builder
extends SdkPojo, CopyableBuilder<StartRecoveryRequestSourceServer.Builder,StartRecoveryRequestSourceServer>
-
Method Summary
Modifier and TypeMethodDescriptionrecoverySnapshotID
(String recoverySnapshotID) The ID of a Recovery Snapshot we want to recover from.sourceServerID
(String sourceServerID) The ID of the Source Server you want to recover.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, sdkFieldNameToField, sdkFields
-
Method Details
-
recoverySnapshotID
The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by taking an on-demand snapshot.
- Parameters:
recoverySnapshotID
- The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by taking an on-demand snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceServerID
The ID of the Source Server you want to recover.
- Parameters:
sourceServerID
- The ID of the Source Server you want to recover.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-