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