Uses of Class
software.amazon.awscdk.services.autoscaling.EbsDeviceSnapshotOptions.Builder
Packages that use EbsDeviceSnapshotOptions.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of EbsDeviceSnapshotOptions.Builder in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return EbsDeviceSnapshotOptions.BuilderModifier and TypeMethodDescriptionEbsDeviceSnapshotOptions.builder()EbsDeviceSnapshotOptions.Builder.deleteOnTermination(Boolean deleteOnTermination) Sets the value ofEbsDeviceOptionsBase.getDeleteOnTermination()Sets the value ofEbsDeviceOptionsBase.getIops()EbsDeviceSnapshotOptions.Builder.throughput(Number throughput) Sets the value ofEbsDeviceOptionsBase.getThroughput()EbsDeviceSnapshotOptions.Builder.volumeSize(Number volumeSize) Sets the value ofEbsDeviceSnapshotOptions.getVolumeSize()EbsDeviceSnapshotOptions.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()Constructors in software.amazon.awscdk.services.autoscaling with parameters of type EbsDeviceSnapshotOptions.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEbsDeviceSnapshotOptions.Builder.