public static interface CreateLaunchConfigurationTemplateResponse.Builder extends MgnResponse.Builder, SdkPojo, CopyableBuilder<CreateLaunchConfigurationTemplateResponse.Builder,CreateLaunchConfigurationTemplateResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLaunchConfigurationTemplateResponse.Builder arn(String arn)
ARN of the Launch Configuration Template.
arn - ARN of the Launch Configuration Template.CreateLaunchConfigurationTemplateResponse.Builder associatePublicIpAddress(Boolean associatePublicIpAddress)
Associate public Ip address.
associatePublicIpAddress - Associate public Ip address.CreateLaunchConfigurationTemplateResponse.Builder bootMode(String bootMode)
Launch configuration template boot mode.
CreateLaunchConfigurationTemplateResponse.Builder bootMode(BootMode bootMode)
Launch configuration template boot mode.
CreateLaunchConfigurationTemplateResponse.Builder copyPrivateIp(Boolean copyPrivateIp)
Copy private Ip.
copyPrivateIp - Copy private Ip.CreateLaunchConfigurationTemplateResponse.Builder copyTags(Boolean copyTags)
Copy tags.
copyTags - Copy tags.CreateLaunchConfigurationTemplateResponse.Builder ec2LaunchTemplateID(String ec2LaunchTemplateID)
EC2 launch template ID.
ec2LaunchTemplateID - EC2 launch template ID.CreateLaunchConfigurationTemplateResponse.Builder enableMapAutoTagging(Boolean enableMapAutoTagging)
Enable map auto tagging.
enableMapAutoTagging - Enable map auto tagging.CreateLaunchConfigurationTemplateResponse.Builder largeVolumeConf(LaunchTemplateDiskConf largeVolumeConf)
Large volume config.
largeVolumeConf - Large volume config.default CreateLaunchConfigurationTemplateResponse.Builder largeVolumeConf(Consumer<LaunchTemplateDiskConf.Builder> largeVolumeConf)
Large volume config.
This is a convenience method that creates an instance of theLaunchTemplateDiskConf.Builder avoiding
the need to create one manually via LaunchTemplateDiskConf.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to largeVolumeConf(LaunchTemplateDiskConf).
largeVolumeConf - a consumer that will call methods on LaunchTemplateDiskConf.BuilderlargeVolumeConf(LaunchTemplateDiskConf)CreateLaunchConfigurationTemplateResponse.Builder launchConfigurationTemplateID(String launchConfigurationTemplateID)
ID of the Launch Configuration Template.
launchConfigurationTemplateID - ID of the Launch Configuration Template.CreateLaunchConfigurationTemplateResponse.Builder launchDisposition(String launchDisposition)
Launch disposition.
launchDisposition - Launch disposition.LaunchDisposition,
LaunchDispositionCreateLaunchConfigurationTemplateResponse.Builder launchDisposition(LaunchDisposition launchDisposition)
Launch disposition.
launchDisposition - Launch disposition.LaunchDisposition,
LaunchDispositionCreateLaunchConfigurationTemplateResponse.Builder licensing(Licensing licensing)
licensing - The new value for the Licensing property for this object.default CreateLaunchConfigurationTemplateResponse.Builder licensing(Consumer<Licensing.Builder> licensing)
Licensing.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)CreateLaunchConfigurationTemplateResponse.Builder mapAutoTaggingMpeID(String mapAutoTaggingMpeID)
Launch configuration template map auto tagging MPE ID.
mapAutoTaggingMpeID - Launch configuration template map auto tagging MPE ID.CreateLaunchConfigurationTemplateResponse.Builder postLaunchActions(PostLaunchActions postLaunchActions)
Post Launch Actions of the Launch Configuration Template.
postLaunchActions - Post Launch Actions of the Launch Configuration Template.default CreateLaunchConfigurationTemplateResponse.Builder postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)
Post Launch Actions of the Launch Configuration Template.
This is a convenience method that creates an instance of thePostLaunchActions.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)CreateLaunchConfigurationTemplateResponse.Builder smallVolumeConf(LaunchTemplateDiskConf smallVolumeConf)
Small volume config.
smallVolumeConf - Small volume config.default CreateLaunchConfigurationTemplateResponse.Builder smallVolumeConf(Consumer<LaunchTemplateDiskConf.Builder> smallVolumeConf)
Small volume config.
This is a convenience method that creates an instance of theLaunchTemplateDiskConf.Builder avoiding
the need to create one manually via LaunchTemplateDiskConf.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to smallVolumeConf(LaunchTemplateDiskConf).
smallVolumeConf - a consumer that will call methods on LaunchTemplateDiskConf.BuildersmallVolumeConf(LaunchTemplateDiskConf)CreateLaunchConfigurationTemplateResponse.Builder smallVolumeMaxSize(Long smallVolumeMaxSize)
Small volume maximum size.
smallVolumeMaxSize - Small volume maximum size.CreateLaunchConfigurationTemplateResponse.Builder tags(Map<String,String> tags)
Tags of the Launch Configuration Template.
tags - Tags of the Launch Configuration Template.CreateLaunchConfigurationTemplateResponse.Builder targetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
targetInstanceTypeRightSizingMethod - Target instance type right-sizing method.TargetInstanceTypeRightSizingMethod,
TargetInstanceTypeRightSizingMethodCreateLaunchConfigurationTemplateResponse.Builder targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
targetInstanceTypeRightSizingMethod - Target instance type right-sizing method.TargetInstanceTypeRightSizingMethod,
TargetInstanceTypeRightSizingMethodCopyright © 2023. All rights reserved.