Uses of Interface
software.amazon.awssdk.services.fms.model.Route.Builder
-
Packages that use Route.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of Route.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return Route.Builder Modifier and Type Method Description static Route.BuilderRoute. builder()Route.BuilderRoute.Builder. destination(String destination)The destination of the route.Route.BuilderRoute.Builder. destinationType(String destinationType)The type of destination for the route.Route.BuilderRoute.Builder. destinationType(DestinationType destinationType)The type of destination for the route.Route.BuilderRoute.Builder. target(String target)The route's target.Route.BuilderRoute.Builder. targetType(String targetType)The type of target for the route.Route.BuilderRoute.Builder. targetType(TargetType targetType)The type of target for the route.Route.BuilderRoute. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type Route.Builder Modifier and Type Method Description static Class<? extends Route.Builder>Route. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type Route.Builder Modifier and Type Method Description default NetworkFirewallInvalidRouteConfigurationViolation.BuilderNetworkFirewallInvalidRouteConfigurationViolation.Builder. violatingRoute(Consumer<Route.Builder> violatingRoute)The route that's in violation.
-