Interface ListRoutesResponse.Builder

    • Method Detail

      • nextToken

        ListRoutesResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future ListRoutes request. When the results of a ListRoutes request exceed limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future ListRoutes request. When the results of a ListRoutes request exceed limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routes

        ListRoutesResponse.Builder routes​(Collection<RouteRef> routes)

        The list of existing routes for the specified service mesh and virtual router.

        Parameters:
        routes - The list of existing routes for the specified service mesh and virtual router.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routes

        ListRoutesResponse.Builder routes​(RouteRef... routes)

        The list of existing routes for the specified service mesh and virtual router.

        Parameters:
        routes - The list of existing routes for the specified service mesh and virtual router.
        Returns:
        Returns a reference to this object so that method calls can be chained together.