Uses of Class
software.amazon.awscdk.services.autoscaling.BlockDevice.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of BlockDevice.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionstatic BlockDevice.Builder
BlockDevice.builder()
BlockDevice.Builder.deviceName
(String deviceName) Sets the value ofBlockDevice.getDeviceName()
BlockDevice.Builder.volume
(BlockDeviceVolume volume) Sets the value ofBlockDevice.getVolume()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(BlockDevice.Builder builder) Constructor that initializes the object based on literal property values passed by theBlockDevice.Builder
.