Uses of Class
software.amazon.awscdk.services.autoscaling.CfnLaunchConfigurationProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnLaunchConfigurationProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionCfnLaunchConfigurationProps.Builder.associatePublicIpAddress
(Boolean associatePublicIpAddress) Sets the value ofCfnLaunchConfigurationProps.getAssociatePublicIpAddress()
CfnLaunchConfigurationProps.Builder.associatePublicIpAddress
(IResolvable associatePublicIpAddress) Sets the value ofCfnLaunchConfigurationProps.getAssociatePublicIpAddress()
CfnLaunchConfigurationProps.Builder.blockDeviceMappings
(List<? extends Object> blockDeviceMappings) Sets the value ofCfnLaunchConfigurationProps.getBlockDeviceMappings()
CfnLaunchConfigurationProps.Builder.blockDeviceMappings
(IResolvable blockDeviceMappings) Sets the value ofCfnLaunchConfigurationProps.getBlockDeviceMappings()
CfnLaunchConfigurationProps.builder()
CfnLaunchConfigurationProps.Builder.classicLinkVpcId
(String classicLinkVpcId) Sets the value ofCfnLaunchConfigurationProps.getClassicLinkVpcId()
CfnLaunchConfigurationProps.Builder.classicLinkVpcSecurityGroups
(List<String> classicLinkVpcSecurityGroups) Sets the value ofCfnLaunchConfigurationProps.getClassicLinkVpcSecurityGroups()
CfnLaunchConfigurationProps.Builder.ebsOptimized
(Boolean ebsOptimized) Sets the value ofCfnLaunchConfigurationProps.getEbsOptimized()
CfnLaunchConfigurationProps.Builder.ebsOptimized
(IResolvable ebsOptimized) Sets the value ofCfnLaunchConfigurationProps.getEbsOptimized()
CfnLaunchConfigurationProps.Builder.iamInstanceProfile
(String iamInstanceProfile) Sets the value ofCfnLaunchConfigurationProps.getIamInstanceProfile()
Sets the value ofCfnLaunchConfigurationProps.getImageId()
CfnLaunchConfigurationProps.Builder.instanceId
(String instanceId) Sets the value ofCfnLaunchConfigurationProps.getInstanceId()
CfnLaunchConfigurationProps.Builder.instanceMonitoring
(Boolean instanceMonitoring) Sets the value ofCfnLaunchConfigurationProps.getInstanceMonitoring()
CfnLaunchConfigurationProps.Builder.instanceMonitoring
(IResolvable instanceMonitoring) Sets the value ofCfnLaunchConfigurationProps.getInstanceMonitoring()
CfnLaunchConfigurationProps.Builder.instanceType
(String instanceType) Sets the value ofCfnLaunchConfigurationProps.getInstanceType()
Sets the value ofCfnLaunchConfigurationProps.getKernelId()
Sets the value ofCfnLaunchConfigurationProps.getKeyName()
CfnLaunchConfigurationProps.Builder.launchConfigurationName
(String launchConfigurationName) Sets the value ofCfnLaunchConfigurationProps.getLaunchConfigurationName()
CfnLaunchConfigurationProps.Builder.metadataOptions
(IResolvable metadataOptions) Sets the value ofCfnLaunchConfigurationProps.getMetadataOptions()
CfnLaunchConfigurationProps.Builder.metadataOptions
(CfnLaunchConfiguration.MetadataOptionsProperty metadataOptions) Sets the value ofCfnLaunchConfigurationProps.getMetadataOptions()
CfnLaunchConfigurationProps.Builder.placementTenancy
(String placementTenancy) Sets the value ofCfnLaunchConfigurationProps.getPlacementTenancy()
Sets the value ofCfnLaunchConfigurationProps.getRamDiskId()
CfnLaunchConfigurationProps.Builder.securityGroups
(List<String> securityGroups) Sets the value ofCfnLaunchConfigurationProps.getSecurityGroups()
Sets the value ofCfnLaunchConfigurationProps.getSpotPrice()
Sets the value ofCfnLaunchConfigurationProps.getUserData()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunchConfigurationProps.Builder
.