Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnInstancePropsMixin.BlockDeviceMappingProperty.Builder
Packages that use CfnInstancePropsMixin.BlockDeviceMappingProperty.Builder
-
Uses of CfnInstancePropsMixin.BlockDeviceMappingProperty.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnInstancePropsMixin.BlockDeviceMappingProperty.BuilderModifier and TypeMethodDescriptionCfnInstancePropsMixin.BlockDeviceMappingProperty.builder()CfnInstancePropsMixin.BlockDeviceMappingProperty.Builder.deviceName(String deviceName) Sets the value ofCfnInstancePropsMixin.BlockDeviceMappingProperty.getDeviceName()CfnInstancePropsMixin.BlockDeviceMappingProperty.Builder.ebs(CfnInstancePropsMixin.EbsProperty ebs) Sets the value ofCfnInstancePropsMixin.BlockDeviceMappingProperty.getEbs()CfnInstancePropsMixin.BlockDeviceMappingProperty.Builder.ebs(IResolvable ebs) Sets the value ofCfnInstancePropsMixin.BlockDeviceMappingProperty.getEbs()CfnInstancePropsMixin.BlockDeviceMappingProperty.Builder.noDevice(CfnInstancePropsMixin.NoDeviceProperty noDevice) Sets the value ofCfnInstancePropsMixin.BlockDeviceMappingProperty.getNoDevice()CfnInstancePropsMixin.BlockDeviceMappingProperty.Builder.noDevice(IResolvable noDevice) Sets the value ofCfnInstancePropsMixin.BlockDeviceMappingProperty.getNoDevice()CfnInstancePropsMixin.BlockDeviceMappingProperty.Builder.virtualName(String virtualName) Sets the value ofCfnInstancePropsMixin.BlockDeviceMappingProperty.getVirtualName()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type CfnInstancePropsMixin.BlockDeviceMappingProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInstancePropsMixin.BlockDeviceMappingProperty.Builder.