| Modifier and Type | Method and Description |
|---|---|
CfnVolume |
build() |
static CfnVolume.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVolume.Builder |
ec2VolumeId(String ec2VolumeId)
The Amazon EC2 volume ID.
|
CfnVolume.Builder |
mountPoint(String mountPoint)
The volume mount point.
|
CfnVolume.Builder |
name(String name)
The volume name.
|
CfnVolume.Builder |
stackId(String stackId)
The stack ID.
|
@Stability(value=Stable) public static CfnVolume.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVolume.Builder.@Stability(value=Stable) public CfnVolume.Builder ec2VolumeId(String ec2VolumeId)
ec2VolumeId - The Amazon EC2 volume ID. This parameter is required.this@Stability(value=Stable) public CfnVolume.Builder stackId(String stackId)
stackId - The stack ID. This parameter is required.this@Stability(value=Stable) public CfnVolume.Builder mountPoint(String mountPoint)
For example, "/mnt/disk1".
mountPoint - The volume mount point. This parameter is required.this@Stability(value=Stable) public CfnVolume.Builder name(String name)
Volume names are a maximum of 128 characters.
name - The volume name. This parameter is required.thisCopyright © 2022. All rights reserved.