static ListRoutesResponse.Builder |
ListRoutesResponse.builder() |
|
ListRoutesResponse.Builder |
ListRoutesResponse.Builder.nextToken(String nextToken) |
The nextToken value to include in a future ListRoutes request.
|
ListRoutesResponse.Builder |
ListRoutesResponse.Builder.routes(Collection<RouteRef> routes) |
The list of existing routes for the specified service mesh and virtual router.
|
ListRoutesResponse.Builder |
ListRoutesResponse.Builder.routes(Consumer<RouteRef.Builder>... routes) |
The list of existing routes for the specified service mesh and virtual router.
|
ListRoutesResponse.Builder |
ListRoutesResponse.Builder.routes(RouteRef... routes) |
The list of existing routes for the specified service mesh and virtual router.
|
ListRoutesResponse.Builder |
ListRoutesResponse.toBuilder() |
|