Uses of Interface
software.amazon.awssdk.services.ec2.model.RouteServerRoute.Builder
Packages that use RouteServerRoute.Builder
-
Uses of RouteServerRoute.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerRoute.BuilderModifier and TypeMethodDescriptionThe AS path attributes of the BGP route.RouteServerRoute.Builder.asPaths(Collection<String> asPaths) The AS path attributes of the BGP route.static RouteServerRoute.BuilderRouteServerRoute.builder()The Multi-Exit Discriminator (MED) value of the BGP route.The IP address for the next hop.The destination CIDR block of the route.RouteServerRoute.Builder.routeInstallationDetails(Collection<RouteServerRouteInstallationDetail> routeInstallationDetails) Details about the installation status of this route in route tables.RouteServerRoute.Builder.routeInstallationDetails(Consumer<RouteServerRouteInstallationDetail.Builder>... routeInstallationDetails) Details about the installation status of this route in route tables.RouteServerRoute.Builder.routeInstallationDetails(RouteServerRouteInstallationDetail... routeInstallationDetails) Details about the installation status of this route in route tables.RouteServerRoute.Builder.routeServerEndpointId(String routeServerEndpointId) The ID of the route server endpoint that received this route.RouteServerRoute.Builder.routeServerPeerId(String routeServerPeerId) The ID of the route server peer that advertised this route.RouteServerRoute.Builder.routeStatus(String routeStatus) The current status of the route in the routing database.RouteServerRoute.Builder.routeStatus(RouteServerRouteStatus routeStatus) The current status of the route in the routing database.RouteServerRoute.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerRoute.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RouteServerRoute.Builder>RouteServerRoute.serializableBuilderClass()