Uses of Class
software.amazon.awscdk.services.autoscaling.EbsDeviceOptions.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of EbsDeviceOptions.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionstatic EbsDeviceOptions.Builder
EbsDeviceOptions.builder()
EbsDeviceOptions.Builder.deleteOnTermination
(Boolean deleteOnTermination) Sets the value ofEbsDeviceOptionsBase.getDeleteOnTermination()
Sets the value ofEbsDeviceOptions.getEncrypted()
Sets the value ofEbsDeviceOptionsBase.getIops()
EbsDeviceOptions.Builder.throughput
(Number throughput) Sets the value ofEbsDeviceOptionsBase.getThroughput()
EbsDeviceOptions.Builder.volumeType
(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EbsDeviceOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theEbsDeviceOptions.Builder
.