Uses of Class
software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociation.Builder
Packages that use CfnGatewayRouteTableAssociation.Builder
-
Uses of CfnGatewayRouteTableAssociation.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnGatewayRouteTableAssociation.BuilderModifier and TypeMethodDescriptionThe ID of the gateway.CfnGatewayRouteTableAssociation.Builder.gatewayId(IInternetGatewayRef gatewayId) The ID of the gateway.CfnGatewayRouteTableAssociation.Builder.gatewayId(IVPNGatewayRef gatewayId) The ID of the gateway.CfnGatewayRouteTableAssociation.Builder.routeTableId(String routeTableId) The ID of the route table.CfnGatewayRouteTableAssociation.Builder.routeTableId(IRouteTableRef routeTableId) The ID of the route table.