Interface RecoveryPlanExecutionServer.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecoveryPlanExecutionServer.Builder,,RecoveryPlanExecutionServer> SdkBuilder<RecoveryPlanExecutionServer.Builder,,RecoveryPlanExecutionServer> SdkPojo
- Enclosing class:
RecoveryPlanExecutionServer
@Mutable
@NotThreadSafe
public static interface RecoveryPlanExecutionServer.Builder
extends SdkPojo, CopyableBuilder<RecoveryPlanExecutionServer.Builder,RecoveryPlanExecutionServer>
-
Method Summary
Modifier and TypeMethodDescriptionimpactLevel(String impactLevel) Defaults to CRITICAL if not specified.impactLevel(RecoveryPlanServerImpactLevel impactLevel) Defaults to CRITICAL if not specified.The DRS recovery job ID.The ARN 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
-
serverArn
The ARN of the source server.
- Parameters:
serverArn- The ARN of the source server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
impactLevel
Defaults to CRITICAL if not specified.
- Parameters:
impactLevel- Defaults to CRITICAL if not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
impactLevel
Defaults to CRITICAL if not specified.
- Parameters:
impactLevel- Defaults to CRITICAL if not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobID
The DRS recovery job ID. Populated when recovery is initiated for this server.
- Parameters:
jobID- The DRS recovery job ID. Populated when recovery is initiated for this server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-