public static interface ListGatewayRoutesResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<ListGatewayRoutesResponse.Builder,ListGatewayRoutesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGatewayRoutesResponse.Builder |
gatewayRoutes(Collection<GatewayRouteRef> gatewayRoutes)
The list of existing gateway routes for the specified service mesh and virtual gateway.
|
ListGatewayRoutesResponse.Builder |
gatewayRoutes(Consumer<GatewayRouteRef.Builder>... gatewayRoutes)
The list of existing gateway routes for the specified service mesh and virtual gateway.
|
ListGatewayRoutesResponse.Builder |
gatewayRoutes(GatewayRouteRef... gatewayRoutes)
The list of existing gateway routes for the specified service mesh and virtual gateway.
|
ListGatewayRoutesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListGatewayRoutes request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGatewayRoutesResponse.Builder gatewayRoutes(Collection<GatewayRouteRef> gatewayRoutes)
The list of existing gateway routes for the specified service mesh and virtual gateway.
gatewayRoutes - The list of existing gateway routes for the specified service mesh and virtual gateway.ListGatewayRoutesResponse.Builder gatewayRoutes(GatewayRouteRef... gatewayRoutes)
The list of existing gateway routes for the specified service mesh and virtual gateway.
gatewayRoutes - The list of existing gateway routes for the specified service mesh and virtual gateway.ListGatewayRoutesResponse.Builder gatewayRoutes(Consumer<GatewayRouteRef.Builder>... 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 theGatewayRouteRef.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.
gatewayRoutes - a consumer that will call methods on
GatewayRouteRef.Builder#gatewayRoutes(java.util.Collection) 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.
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.Copyright © 2023. All rights reserved.