Uses of Interface
software.amazon.awssdk.services.ec2.model.RouteTable.Builder
Packages that use RouteTable.Builder
-
Uses of RouteTable.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteTable.BuilderModifier and TypeMethodDescriptionRouteTable.Builder.associations(Collection<RouteTableAssociation> associations) The associations between the route table and your subnets or gateways.RouteTable.Builder.associations(Consumer<RouteTableAssociation.Builder>... associations) The associations between the route table and your subnets or gateways.RouteTable.Builder.associations(RouteTableAssociation... associations) The associations between the route table and your subnets or gateways.static RouteTable.BuilderRouteTable.builder()The ID of the Amazon Web Services account that owns the route table.RouteTable.Builder.propagatingVgws(Collection<PropagatingVgw> propagatingVgws) Any virtual private gateway (VGW) propagating routes.RouteTable.Builder.propagatingVgws(Consumer<PropagatingVgw.Builder>... propagatingVgws) Any virtual private gateway (VGW) propagating routes.RouteTable.Builder.propagatingVgws(PropagatingVgw... propagatingVgws) Any virtual private gateway (VGW) propagating routes.RouteTable.Builder.routes(Collection<Route> routes) The routes in the route table.RouteTable.Builder.routes(Consumer<Route.Builder>... routes) The routes in the route table.The routes in the route table.RouteTable.Builder.routeTableId(String routeTableId) The ID of the route table.RouteTable.Builder.tags(Collection<Tag> tags) Any tags assigned to the route table.RouteTable.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the route table.Any tags assigned to the route table.RouteTable.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteTable.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RouteTable.Builder>RouteTable.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteTable.BuilderModifier and TypeMethodDescriptiondefault CreateRouteTableResponse.BuilderCreateRouteTableResponse.Builder.routeTable(Consumer<RouteTable.Builder> routeTable) Information about the route table.