@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-13T01:13:32.808Z") public interface EbsDeviceSnapshotOptions extends EbsDeviceOptionsBase
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; EbsDeviceSnapshotOptions ebsDeviceSnapshotOptions = EbsDeviceSnapshotOptions.builder() .deleteOnTermination(false) .iops(123) .volumeSize(123) .volumeType(EbsDeviceVolumeType.STANDARD) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
EbsDeviceSnapshotOptions.Builder
A builder for
EbsDeviceSnapshotOptions |
static class |
EbsDeviceSnapshotOptions.Jsii$Proxy
An implementation for
EbsDeviceSnapshotOptions |
Modifier and Type | Method and Description |
---|---|
static EbsDeviceSnapshotOptions.Builder |
builder() |
default java.lang.Number |
getVolumeSize()
The volume size, in Gibibytes (GiB).
|
getDeleteOnTermination, getIops, getVolumeType
default java.lang.Number getVolumeSize()
If you specify volumeSize, it must be equal or greater than the size of the snapshot.
Default: - The snapshot size
static EbsDeviceSnapshotOptions.Builder builder()
builder
in interface EbsDeviceOptionsBase
EbsDeviceSnapshotOptions.Builder
of EbsDeviceSnapshotOptions