Interface ListGatewayRoutesResponse.Builder

All Superinterfaces:
AppMeshResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<ListGatewayRoutesResponse.Builder,ListGatewayRoutesResponse>, SdkBuilder<ListGatewayRoutesResponse.Builder,ListGatewayRoutesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListGatewayRoutesResponse

public static interface ListGatewayRoutesResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<ListGatewayRoutesResponse.Builder,ListGatewayRoutesResponse>
  • Method Details

    • 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.
    • gatewayRoutes

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

      This is a convenience method that creates an instance of the GatewayRouteRef.Builder avoiding the need to create one manually via GatewayRouteRef.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to gatewayRoutes(List<GatewayRouteRef>).

      Parameters:
      gatewayRoutes - a consumer that will call methods on GatewayRouteRef.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.