Uses of Class
software.amazon.awscdk.services.ec2.EbsDeviceProps.Builder
-
Uses of EbsDeviceProps.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionstatic EbsDeviceProps.Builder
EbsDeviceProps.builder()
EbsDeviceProps.Builder.deleteOnTermination
(Boolean deleteOnTermination) Sets the value ofEbsDeviceProps.getDeleteOnTermination()
Sets the value ofEbsDeviceOptions.getEncrypted()
Sets the value ofEbsDeviceProps.getIops()
Sets the value ofEbsDeviceOptions.getKmsKey()
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 ofEbsDeviceProps.getVolumeType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EbsDeviceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEbsDeviceProps.Builder
.