@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)
The ID of the AWS account that owns the transit gateway.
|
CfnTransitGatewayPeeringAttachment.Builder |
peerRegion(String peerRegion)
The Region of the transit gateway.
|
CfnTransitGatewayPeeringAttachment.Builder |
peerTransitGatewayId(String peerTransitGatewayId)
The ID of the transit gateway.
|
CfnTransitGatewayPeeringAttachment.Builder |
tags(List<? extends CfnTag> tags)
The tags for the transit gateway peering attachment.
|
CfnTransitGatewayPeeringAttachment.Builder |
transitGatewayId(String transitGatewayId)
The ID of the transit gateway peering attachment.
|
@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 - The ID of the AWS account that owns the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder peerRegion(String peerRegion)
peerRegion - The Region of the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder peerTransitGatewayId(String peerTransitGatewayId)
peerTransitGatewayId - The ID of the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder transitGatewayId(String transitGatewayId)
transitGatewayId - The ID of the transit gateway peering attachment. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder tags(List<? extends CfnTag> tags)
tags - The tags for the transit gateway peering attachment. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment build()
build in interface software.amazon.jsii.Builder<CfnTransitGatewayPeeringAttachment>Copyright © 2022. All rights reserved.