| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling 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() |
| Constructor and Description |
|---|
Jsii$Proxy(EbsDeviceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
EbsDeviceProps.Builder. |
Copyright © 2022. All rights reserved.