Interface RecoveryPlanExecutionSourceServer.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecoveryPlanExecutionSourceServer.Builder,,RecoveryPlanExecutionSourceServer> SdkBuilder<RecoveryPlanExecutionSourceServer.Builder,,RecoveryPlanExecutionSourceServer> SdkPojo
- Enclosing class:
RecoveryPlanExecutionSourceServer
@Mutable
@NotThreadSafe
public static interface RecoveryPlanExecutionSourceServer.Builder
extends SdkPojo, CopyableBuilder<RecoveryPlanExecutionSourceServer.Builder,RecoveryPlanExecutionSourceServer>
-
Method Summary
Modifier and TypeMethodDescriptionrecoverySnapshotID(String recoverySnapshotID) The ID of the recovery snapshot to use.sourceServerID(String sourceServerID) The ID of the source server.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceServerID
The ID of the source server.
- Parameters:
sourceServerID- The ID of the source server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recoverySnapshotID
The ID of the recovery snapshot to use.
- Parameters:
recoverySnapshotID- The ID of the recovery snapshot to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-