@Stability(value=Stable)
public static interface CfnSpotFleet.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.ec2.*;
EbsBlockDeviceProperty ebsBlockDeviceProperty = EbsBlockDeviceProperty.builder()
.deleteOnTermination(false)
.encrypted(false)
.iops(123)
.snapshotId("snapshotId")
.volumeSize(123)
.volumeType("volumeType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSpotFleet.EbsBlockDeviceProperty.Builder
A builder for
CfnSpotFleet.EbsBlockDeviceProperty |
static class |
CfnSpotFleet.EbsBlockDeviceProperty.Jsii$Proxy
An implementation for
CfnSpotFleet.EbsBlockDeviceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSpotFleet.EbsBlockDeviceProperty.Builder |
builder() |
default Object |
getDeleteOnTermination()
`CfnSpotFleet.EbsBlockDeviceProperty.DeleteOnTermination`.
|
default Object |
getEncrypted()
`CfnSpotFleet.EbsBlockDeviceProperty.Encrypted`.
|
default Number |
getIops()
`CfnSpotFleet.EbsBlockDeviceProperty.Iops`.
|
default String |
getSnapshotId()
`CfnSpotFleet.EbsBlockDeviceProperty.SnapshotId`.
|
default Number |
getVolumeSize()
`CfnSpotFleet.EbsBlockDeviceProperty.VolumeSize`.
|
default String |
getVolumeType()
`CfnSpotFleet.EbsBlockDeviceProperty.VolumeType`.
|
@Stability(value=Stable) @Nullable default Object getDeleteOnTermination()
@Stability(value=Stable) @Nullable default Object getEncrypted()
@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 CfnSpotFleet.EbsBlockDeviceProperty.Builder builder()
Copyright © 2021. All rights reserved.