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 Details

    • 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.