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 Details

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