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