Uses of Interface
software.amazon.awssdk.services.appmesh.model.TcpRoute.Builder
-
Packages that use TcpRoute.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TcpRoute.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TcpRoute.Builder Modifier and Type Method Description default TcpRoute.BuilderTcpRoute.Builder. action(Consumer<TcpRouteAction.Builder> action)The action to take if a match is determined.TcpRoute.BuilderTcpRoute.Builder. action(TcpRouteAction action)The action to take if a match is determined.static TcpRoute.BuilderTcpRoute. builder()default TcpRoute.BuilderTcpRoute.Builder. match(Consumer<TcpRouteMatch.Builder> match)An object that represents the criteria for determining a request match.TcpRoute.BuilderTcpRoute.Builder. match(TcpRouteMatch match)An object that represents the criteria for determining a request match.default TcpRoute.BuilderTcpRoute.Builder. timeout(Consumer<TcpTimeout.Builder> timeout)An object that represents types of timeouts.TcpRoute.BuilderTcpRoute.Builder. timeout(TcpTimeout timeout)An object that represents types of timeouts.TcpRoute.BuilderTcpRoute. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type TcpRoute.Builder Modifier and Type Method Description static Class<? extends TcpRoute.Builder>TcpRoute. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type TcpRoute.Builder Modifier and Type Method Description default RouteSpec.BuilderRouteSpec.Builder. tcpRoute(Consumer<TcpRoute.Builder> tcpRoute)An object that represents the specification of a TCP route.
-