@Stability(value=Stable) public static final class CfnVolumeAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnVolumeAttachment>
CfnVolumeAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnVolumeAttachment |
build() |
static CfnVolumeAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVolumeAttachment.Builder |
device(String device)
`AWS::EC2::VolumeAttachment.Device`.
|
CfnVolumeAttachment.Builder |
instanceId(String instanceId)
`AWS::EC2::VolumeAttachment.InstanceId`.
|
CfnVolumeAttachment.Builder |
volumeId(String volumeId)
`AWS::EC2::VolumeAttachment.VolumeId`.
|
@Stability(value=Stable) public static CfnVolumeAttachment.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.CfnVolumeAttachment.Builder.@Stability(value=Stable) public CfnVolumeAttachment.Builder device(String device)
device - `AWS::EC2::VolumeAttachment.Device`. This parameter is required.this@Stability(value=Stable) public CfnVolumeAttachment.Builder instanceId(String instanceId)
instanceId - `AWS::EC2::VolumeAttachment.InstanceId`. This parameter is required.this@Stability(value=Stable) public CfnVolumeAttachment.Builder volumeId(String volumeId)
volumeId - `AWS::EC2::VolumeAttachment.VolumeId`. This parameter is required.this@Stability(value=Stable) public CfnVolumeAttachment build()
build in interface software.amazon.jsii.Builder<CfnVolumeAttachment>Copyright © 2021. All rights reserved.