@Stability(value=Stable) public static final class CfnTransitGatewayRouteTableAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnTransitGatewayRouteTableAssociation>
CfnTransitGatewayRouteTableAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnTransitGatewayRouteTableAssociation |
build() |
static CfnTransitGatewayRouteTableAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnTransitGatewayRouteTableAssociation.Builder |
transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
CfnTransitGatewayRouteTableAssociation.Builder |
transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table for the transit gateway.
|
@Stability(value=Stable) public static CfnTransitGatewayRouteTableAssociation.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.CfnTransitGatewayRouteTableAssociation.Builder.@Stability(value=Stable) public CfnTransitGatewayRouteTableAssociation.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
transitGatewayAttachmentId - The ID of the attachment. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayRouteTableAssociation.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
transitGatewayRouteTableId - The ID of the route table for the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayRouteTableAssociation build()
build in interface software.amazon.jsii.Builder<CfnTransitGatewayRouteTableAssociation>Copyright © 2022. All rights reserved.