Uses of Interface
software.amazon.awssdk.services.networkmanager.model.NetworkRoute.Builder
-
Packages that use NetworkRoute.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of NetworkRoute.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return NetworkRoute.Builder Modifier and Type Method Description static NetworkRoute.BuilderNetworkRoute. builder()NetworkRoute.BuilderNetworkRoute.Builder. destinationCidrBlock(String destinationCidrBlock)A unique identifier for the route, such as a CIDR block.NetworkRoute.BuilderNetworkRoute.Builder. destinations(Collection<NetworkRouteDestination> destinations)The destinations.NetworkRoute.BuilderNetworkRoute.Builder. destinations(Consumer<NetworkRouteDestination.Builder>... destinations)The destinations.NetworkRoute.BuilderNetworkRoute.Builder. destinations(NetworkRouteDestination... destinations)The destinations.NetworkRoute.BuilderNetworkRoute.Builder. prefixListId(String prefixListId)The ID of the prefix list.NetworkRoute.BuilderNetworkRoute.Builder. state(String state)The route state.NetworkRoute.BuilderNetworkRoute.Builder. state(RouteState state)The route state.NetworkRoute.BuilderNetworkRoute. toBuilder()NetworkRoute.BuilderNetworkRoute.Builder. type(String type)The route type.NetworkRoute.BuilderNetworkRoute.Builder. type(RouteType type)The route type.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type NetworkRoute.Builder Modifier and Type Method Description static Class<? extends NetworkRoute.Builder>NetworkRoute. serializableBuilderClass()
-