Uses of Class
software.amazon.awscdk.services.autoscaling.CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder
Packages that use CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return CfnLaunchConfiguration.BlockDeviceMappingProperty.BuilderModifier and TypeMethodDescriptionCfnLaunchConfiguration.BlockDeviceMappingProperty.builder()CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder.deviceName(String deviceName) Sets the value ofCfnLaunchConfiguration.BlockDeviceMappingProperty.getDeviceName()CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder.ebs(IResolvable ebs) Sets the value ofCfnLaunchConfiguration.BlockDeviceMappingProperty.getEbs()CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder.ebs(CfnLaunchConfiguration.BlockDeviceProperty ebs) Sets the value ofCfnLaunchConfiguration.BlockDeviceMappingProperty.getEbs()Sets the value ofCfnLaunchConfiguration.BlockDeviceMappingProperty.getNoDevice()CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder.noDevice(IResolvable noDevice) Sets the value ofCfnLaunchConfiguration.BlockDeviceMappingProperty.getNoDevice()CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder.virtualName(String virtualName) Sets the value ofCfnLaunchConfiguration.BlockDeviceMappingProperty.getVirtualName()Constructors in software.amazon.awscdk.services.autoscaling with parameters of type CfnLaunchConfiguration.BlockDeviceMappingProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchConfiguration.BlockDeviceMappingProperty.Builder.