Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.autoscaling.CfnLaunchConfigurationMixinProps.Builder
Packages that use CfnLaunchConfigurationMixinProps.Builder
-
Uses of CfnLaunchConfigurationMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.autoscaling
Methods in software.amazon.awscdk.cfnpropertymixins.services.autoscaling that return CfnLaunchConfigurationMixinProps.BuilderModifier and TypeMethodDescriptionCfnLaunchConfigurationMixinProps.Builder.associatePublicIpAddress(Boolean associatePublicIpAddress) Sets the value ofCfnLaunchConfigurationMixinProps.getAssociatePublicIpAddress()CfnLaunchConfigurationMixinProps.Builder.associatePublicIpAddress(IResolvable associatePublicIpAddress) Sets the value ofCfnLaunchConfigurationMixinProps.getAssociatePublicIpAddress()CfnLaunchConfigurationMixinProps.Builder.blockDeviceMappings(List<? extends Object> blockDeviceMappings) Sets the value ofCfnLaunchConfigurationMixinProps.getBlockDeviceMappings()CfnLaunchConfigurationMixinProps.Builder.blockDeviceMappings(IResolvable blockDeviceMappings) Sets the value ofCfnLaunchConfigurationMixinProps.getBlockDeviceMappings()CfnLaunchConfigurationMixinProps.builder()CfnLaunchConfigurationMixinProps.Builder.classicLinkVpcId(String classicLinkVpcId) Sets the value ofCfnLaunchConfigurationMixinProps.getClassicLinkVpcId()CfnLaunchConfigurationMixinProps.Builder.classicLinkVpcSecurityGroups(List<String> classicLinkVpcSecurityGroups) Sets the value ofCfnLaunchConfigurationMixinProps.getClassicLinkVpcSecurityGroups()CfnLaunchConfigurationMixinProps.Builder.ebsOptimized(Boolean ebsOptimized) Sets the value ofCfnLaunchConfigurationMixinProps.getEbsOptimized()CfnLaunchConfigurationMixinProps.Builder.ebsOptimized(IResolvable ebsOptimized) Sets the value ofCfnLaunchConfigurationMixinProps.getEbsOptimized()CfnLaunchConfigurationMixinProps.Builder.iamInstanceProfile(String iamInstanceProfile) Sets the value ofCfnLaunchConfigurationMixinProps.getIamInstanceProfile()CfnLaunchConfigurationMixinProps.Builder.iamInstanceProfile(IInstanceProfileRef iamInstanceProfile) Sets the value ofCfnLaunchConfigurationMixinProps.getIamInstanceProfile()Sets the value ofCfnLaunchConfigurationMixinProps.getImageId()CfnLaunchConfigurationMixinProps.Builder.instanceId(String instanceId) Sets the value ofCfnLaunchConfigurationMixinProps.getInstanceId()CfnLaunchConfigurationMixinProps.Builder.instanceMonitoring(Boolean instanceMonitoring) Sets the value ofCfnLaunchConfigurationMixinProps.getInstanceMonitoring()CfnLaunchConfigurationMixinProps.Builder.instanceMonitoring(IResolvable instanceMonitoring) Sets the value ofCfnLaunchConfigurationMixinProps.getInstanceMonitoring()CfnLaunchConfigurationMixinProps.Builder.instanceType(String instanceType) Sets the value ofCfnLaunchConfigurationMixinProps.getInstanceType()Sets the value ofCfnLaunchConfigurationMixinProps.getKernelId()Sets the value ofCfnLaunchConfigurationMixinProps.getKeyName()CfnLaunchConfigurationMixinProps.Builder.launchConfigurationName(String launchConfigurationName) Sets the value ofCfnLaunchConfigurationMixinProps.getLaunchConfigurationName()CfnLaunchConfigurationMixinProps.Builder.metadataOptions(CfnLaunchConfigurationPropsMixin.MetadataOptionsProperty metadataOptions) Sets the value ofCfnLaunchConfigurationMixinProps.getMetadataOptions()CfnLaunchConfigurationMixinProps.Builder.metadataOptions(IResolvable metadataOptions) Sets the value ofCfnLaunchConfigurationMixinProps.getMetadataOptions()CfnLaunchConfigurationMixinProps.Builder.placementTenancy(String placementTenancy) Sets the value ofCfnLaunchConfigurationMixinProps.getPlacementTenancy()Sets the value ofCfnLaunchConfigurationMixinProps.getRamDiskId()CfnLaunchConfigurationMixinProps.Builder.securityGroups(List<? extends Object> securityGroups) Sets the value ofCfnLaunchConfigurationMixinProps.getSecurityGroups()Sets the value ofCfnLaunchConfigurationMixinProps.getSpotPrice()Sets the value ofCfnLaunchConfigurationMixinProps.getUserData()Constructors in software.amazon.awscdk.cfnpropertymixins.services.autoscaling with parameters of type CfnLaunchConfigurationMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchConfigurationMixinProps.Builder.