Interface LaunchIntoInstanceProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LaunchIntoInstanceProperties.Builder,
,LaunchIntoInstanceProperties> SdkBuilder<LaunchIntoInstanceProperties.Builder,
,LaunchIntoInstanceProperties> SdkPojo
- Enclosing class:
LaunchIntoInstanceProperties
@Mutable
@NotThreadSafe
public static interface LaunchIntoInstanceProperties.Builder
extends SdkPojo, CopyableBuilder<LaunchIntoInstanceProperties.Builder,LaunchIntoInstanceProperties>
-
Method Summary
Modifier and TypeMethodDescriptionlaunchIntoEC2InstanceID
(String launchIntoEC2InstanceID) Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill, recovery or failback.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, sdkFieldNameToField, sdkFields
-
Method Details
-
launchIntoEC2InstanceID
Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill, recovery or failback.
- Parameters:
launchIntoEC2InstanceID
- Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill, recovery or failback.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-