@Stability(value=Stable)
public static interface CfnInstance.EbsBlockDeviceProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.opsworks.*;
EbsBlockDeviceProperty ebsBlockDeviceProperty = EbsBlockDeviceProperty.builder()
.deleteOnTermination(false)
.iops(123)
.snapshotId("snapshotId")
.volumeSize(123)
.volumeType("volumeType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstance.EbsBlockDeviceProperty.Builder
A builder for
CfnInstance.EbsBlockDeviceProperty |
static class |
CfnInstance.EbsBlockDeviceProperty.Jsii$Proxy
An implementation for
CfnInstance.EbsBlockDeviceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstance.EbsBlockDeviceProperty.Builder |
builder() |
default Object |
getDeleteOnTermination()
`CfnInstance.EbsBlockDeviceProperty.DeleteOnTermination`.
|
default Number |
getIops()
`CfnInstance.EbsBlockDeviceProperty.Iops`.
|
default String |
getSnapshotId()
`CfnInstance.EbsBlockDeviceProperty.SnapshotId`.
|
default Number |
getVolumeSize()
`CfnInstance.EbsBlockDeviceProperty.VolumeSize`.
|
default String |
getVolumeType()
`CfnInstance.EbsBlockDeviceProperty.VolumeType`.
|
@Stability(value=Stable) @Nullable default Object getDeleteOnTermination()
@Stability(value=Stable) @Nullable default Number getIops()
@Stability(value=Stable) @Nullable default String getSnapshotId()
@Stability(value=Stable) @Nullable default Number getVolumeSize()
@Stability(value=Stable) @Nullable default String getVolumeType()
@Stability(value=Stable) static CfnInstance.EbsBlockDeviceProperty.Builder builder()
Copyright © 2021. All rights reserved.