@Stability(value=Stable) public static final class CfnTransitGatewayAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnTransitGatewayAttachment>
CfnTransitGatewayAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnTransitGatewayAttachment |
build() |
static CfnTransitGatewayAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnTransitGatewayAttachment.Builder |
subnetIds(List<String> subnetIds)
`AWS::EC2::TransitGatewayAttachment.SubnetIds`.
|
CfnTransitGatewayAttachment.Builder |
tags(List<? extends CfnTag> tags)
`AWS::EC2::TransitGatewayAttachment.Tags`.
|
CfnTransitGatewayAttachment.Builder |
transitGatewayId(String transitGatewayId)
`AWS::EC2::TransitGatewayAttachment.TransitGatewayId`.
|
CfnTransitGatewayAttachment.Builder |
vpcId(String vpcId)
`AWS::EC2::TransitGatewayAttachment.VpcId`.
|
@Stability(value=Stable) public static CfnTransitGatewayAttachment.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.CfnTransitGatewayAttachment.Builder.@Stability(value=Stable) public CfnTransitGatewayAttachment.Builder subnetIds(List<String> subnetIds)
subnetIds - `AWS::EC2::TransitGatewayAttachment.SubnetIds`. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayAttachment.Builder transitGatewayId(String transitGatewayId)
transitGatewayId - `AWS::EC2::TransitGatewayAttachment.TransitGatewayId`. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayAttachment.Builder vpcId(String vpcId)
vpcId - `AWS::EC2::TransitGatewayAttachment.VpcId`. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayAttachment.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::EC2::TransitGatewayAttachment.Tags`. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayAttachment build()
build in interface software.amazon.jsii.Builder<CfnTransitGatewayAttachment>Copyright © 2021. All rights reserved.