Uses of Class
software.amazon.awscdk.services.ec2.LaunchTemplateProps.Builder
-
Uses of LaunchTemplateProps.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionLaunchTemplateProps.Builder.blockDevices
(List<? extends BlockDevice> blockDevices) Sets the value ofLaunchTemplateProps.getBlockDevices()
static LaunchTemplateProps.Builder
LaunchTemplateProps.builder()
LaunchTemplateProps.Builder.cpuCredits
(CpuCredits cpuCredits) Sets the value ofLaunchTemplateProps.getCpuCredits()
LaunchTemplateProps.Builder.detailedMonitoring
(Boolean detailedMonitoring) Sets the value ofLaunchTemplateProps.getDetailedMonitoring()
LaunchTemplateProps.Builder.disableApiTermination
(Boolean disableApiTermination) Sets the value ofLaunchTemplateProps.getDisableApiTermination()
LaunchTemplateProps.Builder.ebsOptimized
(Boolean ebsOptimized) Sets the value ofLaunchTemplateProps.getEbsOptimized()
LaunchTemplateProps.Builder.hibernationConfigured
(Boolean hibernationConfigured) Sets the value ofLaunchTemplateProps.getHibernationConfigured()
LaunchTemplateProps.Builder.instanceInitiatedShutdownBehavior
(InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior) Sets the value ofLaunchTemplateProps.getInstanceInitiatedShutdownBehavior()
LaunchTemplateProps.Builder.instanceType
(InstanceType instanceType) Sets the value ofLaunchTemplateProps.getInstanceType()
Sets the value ofLaunchTemplateProps.getKeyName()
LaunchTemplateProps.Builder.launchTemplateName
(String launchTemplateName) Sets the value ofLaunchTemplateProps.getLaunchTemplateName()
LaunchTemplateProps.Builder.machineImage
(IMachineImage machineImage) Sets the value ofLaunchTemplateProps.getMachineImage()
LaunchTemplateProps.Builder.nitroEnclaveEnabled
(Boolean nitroEnclaveEnabled) Sets the value ofLaunchTemplateProps.getNitroEnclaveEnabled()
LaunchTemplateProps.Builder.requireImdsv2
(Boolean requireImdsv2) Sets the value ofLaunchTemplateProps.getRequireImdsv2()
Sets the value ofLaunchTemplateProps.getRole()
LaunchTemplateProps.Builder.securityGroup
(ISecurityGroup securityGroup) Sets the value ofLaunchTemplateProps.getSecurityGroup()
LaunchTemplateProps.Builder.spotOptions
(LaunchTemplateSpotOptions spotOptions) Sets the value ofLaunchTemplateProps.getSpotOptions()
Sets the value ofLaunchTemplateProps.getUserData()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(LaunchTemplateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLaunchTemplateProps.Builder
.