Uses of Class
software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteProps.Builder
Packages that use CfnTransitGatewayRouteProps.Builder
-
Uses of CfnTransitGatewayRouteProps.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnTransitGatewayRouteProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnTransitGatewayRouteProps.getBlackhole()
CfnTransitGatewayRouteProps.Builder.blackhole
(IResolvable blackhole) Sets the value ofCfnTransitGatewayRouteProps.getBlackhole()
CfnTransitGatewayRouteProps.builder()
CfnTransitGatewayRouteProps.Builder.destinationCidrBlock
(String destinationCidrBlock) Sets the value ofCfnTransitGatewayRouteProps.getDestinationCidrBlock()
CfnTransitGatewayRouteProps.Builder.transitGatewayAttachmentId
(String transitGatewayAttachmentId) Sets the value ofCfnTransitGatewayRouteProps.getTransitGatewayAttachmentId()
CfnTransitGatewayRouteProps.Builder.transitGatewayRouteTableId
(String transitGatewayRouteTableId) Sets the value ofCfnTransitGatewayRouteProps.getTransitGatewayRouteTableId()
Constructors in software.amazon.awscdk.services.ec2 with parameters of type CfnTransitGatewayRouteProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTransitGatewayRouteProps.Builder
.