public static interface GetLaunchConfigurationResponse.Builder extends MgnResponse.Builder, SdkPojo, CopyableBuilder<GetLaunchConfigurationResponse.Builder,GetLaunchConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetLaunchConfigurationResponse.Builder |
copyPrivateIp(Boolean copyPrivateIp)
Copy Private IP during Launch Configuration.
|
GetLaunchConfigurationResponse.Builder |
copyTags(Boolean copyTags)
Copy Tags during Launch Configuration.
|
GetLaunchConfigurationResponse.Builder |
ec2LaunchTemplateID(String ec2LaunchTemplateID)
Configure EC2 lauch configuration template ID.
|
GetLaunchConfigurationResponse.Builder |
launchDisposition(LaunchDisposition launchDisposition)
Configure launch dispostion for launch configuration.
|
GetLaunchConfigurationResponse.Builder |
launchDisposition(String launchDisposition)
Configure launch dispostion for launch configuration.
|
default GetLaunchConfigurationResponse.Builder |
licensing(Consumer<Licensing.Builder> licensing)
Configure launch configuration OS licensing.
|
GetLaunchConfigurationResponse.Builder |
licensing(Licensing licensing)
Configure launch configuration OS licensing.
|
GetLaunchConfigurationResponse.Builder |
name(String name)
Configure launch configuration name.
|
GetLaunchConfigurationResponse.Builder |
sourceServerID(String sourceServerID)
Configure launch configuration Source Server ID.
|
GetLaunchConfigurationResponse.Builder |
targetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Configure launch configuration Target instance type right sizing method.
|
GetLaunchConfigurationResponse.Builder |
targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Configure launch configuration Target instance type right sizing method.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLaunchConfigurationResponse.Builder copyPrivateIp(Boolean copyPrivateIp)
Copy Private IP during Launch Configuration.
copyPrivateIp - Copy Private IP during Launch Configuration.GetLaunchConfigurationResponse.Builder copyTags(Boolean copyTags)
Copy Tags during Launch Configuration.
copyTags - Copy Tags during Launch Configuration.GetLaunchConfigurationResponse.Builder ec2LaunchTemplateID(String ec2LaunchTemplateID)
Configure EC2 lauch configuration template ID.
ec2LaunchTemplateID - Configure EC2 lauch configuration template ID.GetLaunchConfigurationResponse.Builder launchDisposition(String launchDisposition)
Configure launch dispostion for launch configuration.
launchDisposition - Configure launch dispostion for launch configuration.LaunchDisposition,
LaunchDispositionGetLaunchConfigurationResponse.Builder launchDisposition(LaunchDisposition launchDisposition)
Configure launch dispostion for launch configuration.
launchDisposition - Configure launch dispostion for launch configuration.LaunchDisposition,
LaunchDispositionGetLaunchConfigurationResponse.Builder licensing(Licensing licensing)
Configure launch configuration OS licensing.
licensing - Configure launch configuration OS licensing.default GetLaunchConfigurationResponse.Builder licensing(Consumer<Licensing.Builder> licensing)
Configure launch configuration OS licensing.
This is a convenience that creates an instance of theLicensing.Builder avoiding the need to create
one manually via Licensing.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to licensing(Licensing).licensing - a consumer that will call methods on Licensing.Builderlicensing(Licensing)GetLaunchConfigurationResponse.Builder name(String name)
Configure launch configuration name.
name - Configure launch configuration name.GetLaunchConfigurationResponse.Builder sourceServerID(String sourceServerID)
Configure launch configuration Source Server ID.
sourceServerID - Configure launch configuration Source Server ID.GetLaunchConfigurationResponse.Builder targetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Configure launch configuration Target instance type right sizing method.
targetInstanceTypeRightSizingMethod - Configure launch configuration Target instance type right sizing method.TargetInstanceTypeRightSizingMethod,
TargetInstanceTypeRightSizingMethodGetLaunchConfigurationResponse.Builder targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Configure launch configuration Target instance type right sizing method.
targetInstanceTypeRightSizingMethod - Configure launch configuration Target instance type right sizing method.TargetInstanceTypeRightSizingMethod,
TargetInstanceTypeRightSizingMethodCopyright © 2021. All rights reserved.