@Stability(value=Stable) public static final class CfnTransitGatewayPeeringAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnTransitGatewayPeeringAttachment>
CfnTransitGatewayPeeringAttachment.@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.TransitGatewayPeeringAttachmentOptionsProperty.Builder.@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder options(CfnTransitGatewayPeeringAttachment.TransitGatewayPeeringAttachmentOptionsProperty options)
options - `AWS::EC2::TransitGatewayPeeringAttachment.Options`. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder options(IResolvable options)
options - `AWS::EC2::TransitGatewayPeeringAttachment.Options`. This parameter is required.this@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 tags(List<? extends CfnTag> tags)
tags - `AWS::EC2::TransitGatewayPeeringAttachment.Tags`. 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 build()
build in interface software.amazon.jsii.Builder<CfnTransitGatewayPeeringAttachment>Copyright © 2021. All rights reserved.