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