Uses of Class
software.amazon.awscdk.services.autoscaling.EbsDeviceProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of EbsDeviceProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionstatic EbsDeviceProps.Builder
EbsDeviceProps.builder()
EbsDeviceProps.Builder.deleteOnTermination
(Boolean deleteOnTermination) Sets the value ofEbsDeviceOptionsBase.getDeleteOnTermination()
Sets the value ofEbsDeviceOptionsBase.getIops()
EbsDeviceProps.Builder.snapshotId
(String snapshotId) Sets the value ofEbsDeviceProps.getSnapshotId()
EbsDeviceProps.Builder.volumeSize
(Number volumeSize) Sets the value ofEbsDeviceSnapshotOptions.getVolumeSize()
EbsDeviceProps.Builder.volumeType
(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EbsDeviceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEbsDeviceProps.Builder
.