| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static EbsDeviceProps.Builder |
EbsDeviceProps.builder() |
EbsDeviceProps.Builder |
EbsDeviceProps.Builder.deleteOnTermination(Boolean deleteOnTermination)
Sets the value of
EbsDeviceOptionsBase.getDeleteOnTermination() |
EbsDeviceProps.Builder |
EbsDeviceProps.Builder.iops(Number iops)
Sets the value of
EbsDeviceOptionsBase.getIops() |
EbsDeviceProps.Builder |
EbsDeviceProps.Builder.snapshotId(String snapshotId)
Sets the value of
EbsDeviceProps.getSnapshotId() |
EbsDeviceProps.Builder |
EbsDeviceProps.Builder.volumeSize(Number volumeSize)
Sets the value of
EbsDeviceSnapshotOptions.getVolumeSize() |
EbsDeviceProps.Builder |
EbsDeviceProps.Builder.volumeType(EbsDeviceVolumeType volumeType)
Sets the value of
EbsDeviceOptionsBase.getVolumeType() |
Copyright © 2021. All rights reserved.