public static interface UpdateLaunchConfigurationResponse.Builder extends MgnResponse.Builder, SdkPojo, CopyableBuilder<UpdateLaunchConfigurationResponse.Builder,UpdateLaunchConfigurationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLaunchConfigurationResponse.Builder bootMode(String bootMode)
Launch configuration boot mode.
UpdateLaunchConfigurationResponse.Builder bootMode(BootMode bootMode)
Launch configuration boot mode.
UpdateLaunchConfigurationResponse.Builder copyPrivateIp(Boolean copyPrivateIp)
Copy Private IP during Launch Configuration.
copyPrivateIp - Copy Private IP during Launch Configuration.UpdateLaunchConfigurationResponse.Builder copyTags(Boolean copyTags)
Copy Tags during Launch Configuration.
copyTags - Copy Tags during Launch Configuration.UpdateLaunchConfigurationResponse.Builder ec2LaunchTemplateID(String ec2LaunchTemplateID)
Launch configuration EC2 Launch template ID.
ec2LaunchTemplateID - Launch configuration EC2 Launch template ID.UpdateLaunchConfigurationResponse.Builder enableMapAutoTagging(Boolean enableMapAutoTagging)
Enable map auto tagging.
enableMapAutoTagging - Enable map auto tagging.UpdateLaunchConfigurationResponse.Builder launchDisposition(String launchDisposition)
Launch disposition for launch configuration.
launchDisposition - Launch disposition for launch configuration.LaunchDisposition,
LaunchDispositionUpdateLaunchConfigurationResponse.Builder launchDisposition(LaunchDisposition launchDisposition)
Launch disposition for launch configuration.
launchDisposition - Launch disposition for launch configuration.LaunchDisposition,
LaunchDispositionUpdateLaunchConfigurationResponse.Builder licensing(Licensing licensing)
Launch configuration OS licensing.
licensing - Launch configuration OS licensing.default UpdateLaunchConfigurationResponse.Builder licensing(Consumer<Licensing.Builder> licensing)
Launch configuration OS licensing.
This is a convenience method 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)UpdateLaunchConfigurationResponse.Builder mapAutoTaggingMpeID(String mapAutoTaggingMpeID)
Map auto tagging MPE ID.
mapAutoTaggingMpeID - Map auto tagging MPE ID.UpdateLaunchConfigurationResponse.Builder name(String name)
Launch configuration name.
name - Launch configuration name.UpdateLaunchConfigurationResponse.Builder postLaunchActions(PostLaunchActions postLaunchActions)
postLaunchActions - The new value for the PostLaunchActions property for this object.default UpdateLaunchConfigurationResponse.Builder postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)
PostLaunchActions.Builder avoiding the
need to create one manually via PostLaunchActions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to postLaunchActions(PostLaunchActions).
postLaunchActions - a consumer that will call methods on PostLaunchActions.BuilderpostLaunchActions(PostLaunchActions)UpdateLaunchConfigurationResponse.Builder sourceServerID(String sourceServerID)
Launch configuration Source Server ID.
sourceServerID - Launch configuration Source Server ID.UpdateLaunchConfigurationResponse.Builder targetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Launch configuration Target instance type right sizing method.
targetInstanceTypeRightSizingMethod - Launch configuration Target instance type right sizing method.TargetInstanceTypeRightSizingMethod,
TargetInstanceTypeRightSizingMethodUpdateLaunchConfigurationResponse.Builder targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Launch configuration Target instance type right sizing method.
targetInstanceTypeRightSizingMethod - Launch configuration Target instance type right sizing method.TargetInstanceTypeRightSizingMethod,
TargetInstanceTypeRightSizingMethodCopyright © 2023. All rights reserved.