Uses of Class
software.amazon.awscdk.services.ec2.Volume.Builder
Packages that use Volume.Builder
-
Uses of Volume.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return Volume.BuilderModifier and TypeMethodDescriptionVolume.Builder.autoEnableIo
(Boolean autoEnableIo) Indicates whether the volume is auto-enabled for I/O operations.Volume.Builder.availabilityZone
(String availabilityZone) The Availability Zone in which to create the volume.static Volume.Builder
Volume.Builder.enableMultiAttach
(Boolean enableMultiAttach) Indicates whether Amazon EBS Multi-Attach is enabled.Specifies whether the volume should be encrypted.Volume.Builder.encryptionKey
(IKey encryptionKey) The customer-managed encryption key that is used to encrypt the Volume.The number of I/O operations per second (IOPS) to provision for the volume.Volume.Builder.removalPolicy
(RemovalPolicy removalPolicy) Policy to apply when the volume is removed from the stack.The size of the volume, in GiBs.Volume.Builder.snapshotId
(String snapshotId) The snapshot from which to create the volume.Volume.Builder.throughput
(Number throughput) The throughput that the volume supports, in MiB/s Takes a minimum of 125 and maximum of 1000.Volume.Builder.volumeName
(String volumeName) The value of the physicalName property of this resource.Volume.Builder.volumeType
(EbsDeviceVolumeType volumeType) The type of the volume;