static UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.builder() |
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.copyPrivateIp(Boolean copyPrivateIp) |
Whether we should copy the Private IP of the Source Server to the Recovery Instance.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.copyTags(Boolean copyTags) |
Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.launchDisposition(String launchDisposition) |
The state of the Recovery Instance in EC2 after the recovery operation.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.launchDisposition(LaunchDisposition launchDisposition) |
The state of the Recovery Instance in EC2 after the recovery operation.
|
default UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.launchIntoInstanceProperties(Consumer<LaunchIntoInstanceProperties.Builder> launchIntoInstanceProperties) |
Launch into existing instance properties.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.launchIntoInstanceProperties(LaunchIntoInstanceProperties launchIntoInstanceProperties) |
Launch into existing instance properties.
|
default UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.licensing(Consumer<Licensing.Builder> licensing) |
The licensing configuration to be used for this launch configuration.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.licensing(Licensing licensing) |
The licensing configuration to be used for this launch configuration.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.name(String name) |
The name of the launch configuration.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.postLaunchEnabled(Boolean postLaunchEnabled) |
Whether we want to enable post-launch actions for the Source Server.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.sourceServerID(String sourceServerID) |
The ID of the Source Server that we want to retrieve a Launch Configuration for.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.targetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod) |
Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the
OS, CPU, and RAM of your Source Server.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.Builder.targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod) |
Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the
OS, CPU, and RAM of your Source Server.
|
UpdateLaunchConfigurationRequest.Builder |
UpdateLaunchConfigurationRequest.toBuilder() |
|