Uses of Class
software.amazon.awscdk.services.autoscaling.EbsDeviceOptionsBase.Builder
Packages that use EbsDeviceOptionsBase.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of EbsDeviceOptionsBase.Builder in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return EbsDeviceOptionsBase.BuilderModifier and TypeMethodDescriptionstatic EbsDeviceOptionsBase.Builder
EbsDeviceOptionsBase.builder()
EbsDeviceOptionsBase.Builder.deleteOnTermination
(Boolean deleteOnTermination) Sets the value ofEbsDeviceOptionsBase.getDeleteOnTermination()
Sets the value ofEbsDeviceOptionsBase.getIops()
EbsDeviceOptionsBase.Builder.volumeType
(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()
Constructors in software.amazon.awscdk.services.autoscaling with parameters of type EbsDeviceOptionsBase.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(EbsDeviceOptionsBase.Builder builder) Constructor that initializes the object based on literal property values passed by theEbsDeviceOptionsBase.Builder
.