@Stability(value=Stable)
public static interface CfnInstance.VolumeProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-mount-point.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnInstance.VolumeProperty.Builder
A builder for
CfnInstance.VolumeProperty |
static class |
CfnInstance.VolumeProperty.Jsii$Proxy
An implementation for
CfnInstance.VolumeProperty |
Modifier and Type | Method and Description |
---|---|
static CfnInstance.VolumeProperty.Builder |
builder() |
String |
getDevice()
`CfnInstance.VolumeProperty.Device`.
|
String |
getVolumeId()
`CfnInstance.VolumeProperty.VolumeId`.
|
@Stability(value=Stable) @NotNull String getDevice()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-mount-point.html#cfn-ec2-mountpoint-device
@Stability(value=Stable) @NotNull String getVolumeId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-mount-point.html#cfn-ec2-mountpoint-volumeid
@Stability(value=Stable) static CfnInstance.VolumeProperty.Builder builder()
CfnInstance.VolumeProperty.Builder
of CfnInstance.VolumeProperty
Copyright © 2020. All rights reserved.