Interface ListGatewayRoutesResponse.Builder

    • Method Detail

      • gatewayRoutes

        ListGatewayRoutesResponse.Builder gatewayRoutes​(Collection<GatewayRouteRef> gatewayRoutes)

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

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

        ListGatewayRoutesResponse.Builder gatewayRoutes​(GatewayRouteRef... gatewayRoutes)

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

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

        ListGatewayRoutesResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future ListGatewayRoutes request. When the results of a ListGatewayRoutes 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 ListGatewayRoutes request. When the results of a ListGatewayRoutes 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.