Interface LaunchIntoInstanceProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchIntoInstanceProperties.Builder,LaunchIntoInstanceProperties>,SdkBuilder<LaunchIntoInstanceProperties.Builder,LaunchIntoInstanceProperties>,SdkPojo
- Enclosing class:
- LaunchIntoInstanceProperties
public static interface LaunchIntoInstanceProperties.Builder extends SdkPojo, CopyableBuilder<LaunchIntoInstanceProperties.Builder,LaunchIntoInstanceProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchIntoInstanceProperties.BuilderlaunchIntoEC2InstanceID(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, sdkFields
-
-
-
-
Method Detail
-
launchIntoEC2InstanceID
LaunchIntoInstanceProperties.Builder launchIntoEC2InstanceID(String 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.
-
-