public static interface StartRecoveryRequestSourceServer.Builder extends SdkPojo, CopyableBuilder<StartRecoveryRequestSourceServer.Builder,StartRecoveryRequestSourceServer>
| Modifier and Type | Method and Description |
|---|---|
StartRecoveryRequestSourceServer.Builder |
recoverySnapshotID(String recoverySnapshotID)
The ID of a Recovery Snapshot we want to recover from.
|
StartRecoveryRequestSourceServer.Builder |
sourceServerID(String sourceServerID)
The ID of the Source Server you want to recover.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStartRecoveryRequestSourceServer.Builder recoverySnapshotID(String 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.
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.StartRecoveryRequestSourceServer.Builder sourceServerID(String sourceServerID)
The ID of the Source Server you want to recover.
sourceServerID - The ID of the Source Server you want to recover.Copyright © 2023. All rights reserved.