@Stability(value=Stable) public static final class CfnVPCGatewayAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCGatewayAttachment>
CfnVPCGatewayAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnVPCGatewayAttachment |
build() |
static CfnVPCGatewayAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVPCGatewayAttachment.Builder |
internetGatewayId(String internetGatewayId)
`AWS::EC2::VPCGatewayAttachment.InternetGatewayId`.
|
CfnVPCGatewayAttachment.Builder |
vpcId(String vpcId)
`AWS::EC2::VPCGatewayAttachment.VpcId`.
|
CfnVPCGatewayAttachment.Builder |
vpnGatewayId(String vpnGatewayId)
`AWS::EC2::VPCGatewayAttachment.VpnGatewayId`.
|
@Stability(value=Stable) public static CfnVPCGatewayAttachment.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.CfnVPCGatewayAttachment.Builder.@Stability(value=Stable) public CfnVPCGatewayAttachment.Builder vpcId(String vpcId)
vpcId - `AWS::EC2::VPCGatewayAttachment.VpcId`. This parameter is required.this@Stability(value=Stable) public CfnVPCGatewayAttachment.Builder internetGatewayId(String internetGatewayId)
internetGatewayId - `AWS::EC2::VPCGatewayAttachment.InternetGatewayId`. This parameter is required.this@Stability(value=Stable) public CfnVPCGatewayAttachment.Builder vpnGatewayId(String vpnGatewayId)
vpnGatewayId - `AWS::EC2::VPCGatewayAttachment.VpnGatewayId`. This parameter is required.this@Stability(value=Stable) public CfnVPCGatewayAttachment build()
build in interface software.amazon.jsii.Builder<CfnVPCGatewayAttachment>Copyright © 2021. All rights reserved.