| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.builder() |
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.copyPrivateIp(Boolean copyPrivateIp)
Whether we should copy the Private IP of the Source Server to the Recovery Instance.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.copyTags(Boolean copyTags)
Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.ec2LaunchTemplateID(String ec2LaunchTemplateID)
The EC2 launch template ID of this launch configuration.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.launchDisposition(LaunchDisposition launchDisposition)
The state of the Recovery Instance in EC2 after the recovery operation.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.launchDisposition(String launchDisposition)
The state of the Recovery Instance in EC2 after the recovery operation.
|
default UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.licensing(Consumer<Licensing.Builder> licensing)
The licensing configuration to be used for this launch configuration.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.licensing(Licensing licensing)
The licensing configuration to be used for this launch configuration.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.name(String name)
The name of the launch configuration.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.Builder.sourceServerID(String sourceServerID)
The ID of the Source Server for this launch configuration.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.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.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.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.
|
UpdateLaunchConfigurationResponse.Builder |
UpdateLaunchConfigurationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLaunchConfigurationResponse.Builder> |
UpdateLaunchConfigurationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.