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 Summary
Modifier and TypeMethodDescriptiongatewayRoutes
(Collection<GatewayRouteRef> gatewayRoutes) The list of existing gateway routes for the specified service mesh and virtual gateway.gatewayRoutes
(Consumer<GatewayRouteRef.Builder>... gatewayRoutes) The list of existing gateway routes for the specified service mesh and virtual gateway.gatewayRoutes
(GatewayRouteRef... gatewayRoutes) The list of existing gateway routes for the specified service mesh and virtual gateway.ThenextToken
value to include in a futureListGatewayRoutes
request.Methods inherited from interface software.amazon.awssdk.services.appmesh.model.AppMeshResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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 theGatewayRouteRef.Builder
avoiding the need to create one manually viaGatewayRouteRef.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togatewayRoutes(List<GatewayRouteRef>)
.- Parameters:
gatewayRoutes
- a consumer that will call methods onGatewayRouteRef.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 futureListGatewayRoutes
request. When the results of aListGatewayRoutes
request exceedlimit
, you can use this value to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureListGatewayRoutes
request. When the results of aListGatewayRoutes
request exceedlimit
, you can use this value to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-