Interface StartRecoveryRequestSourceServer.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StartRecoveryRequestSourceServer.Builder,StartRecoveryRequestSourceServer>,SdkBuilder<StartRecoveryRequestSourceServer.Builder,StartRecoveryRequestSourceServer>,SdkPojo
- Enclosing class:
- StartRecoveryRequestSourceServer
public static interface StartRecoveryRequestSourceServer.Builder extends SdkPojo, CopyableBuilder<StartRecoveryRequestSourceServer.Builder,StartRecoveryRequestSourceServer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartRecoveryRequestSourceServer.BuilderrecoverySnapshotID(String recoverySnapshotID)The ID of a Recovery Snapshot we want to recover from.StartRecoveryRequestSourceServer.BuildersourceServerID(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, sdkFields
-
-
-
-
Method Detail
-
recoverySnapshotID
StartRecoveryRequestSourceServer.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.
- 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
StartRecoveryRequestSourceServer.Builder sourceServerID(String 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.
-
-