Uses of Class
software.amazon.awscdk.services.ec2.alpha.TransitGatewayRouteProps.Builder
Packages that use TransitGatewayRouteProps.Builder
-
Uses of TransitGatewayRouteProps.Builder in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return TransitGatewayRouteProps.BuilderModifier and TypeMethodDescriptionTransitGatewayRouteProps.builder()
TransitGatewayRouteProps.Builder.destinationCidrBlock
(String destinationCidrBlock) Sets the value ofBaseTransitGatewayRouteProps.getDestinationCidrBlock()
TransitGatewayRouteProps.Builder.transitGatewayAttachment
(ITransitGatewayAttachment transitGatewayAttachment) Sets the value ofTransitGatewayRouteProps.getTransitGatewayAttachment()
TransitGatewayRouteProps.Builder.transitGatewayRouteName
(String transitGatewayRouteName) Sets the value ofBaseTransitGatewayRouteProps.getTransitGatewayRouteName()
TransitGatewayRouteProps.Builder.transitGatewayRouteTable
(ITransitGatewayRouteTable transitGatewayRouteTable) Sets the value ofBaseTransitGatewayRouteProps.getTransitGatewayRouteTable()
Constructors in software.amazon.awscdk.services.ec2.alpha with parameters of type TransitGatewayRouteProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theTransitGatewayRouteProps.Builder
.