public static interface ListVirtualGatewaysResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<ListVirtualGatewaysResponse.Builder,ListVirtualGatewaysResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVirtualGatewaysResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListVirtualGateways request. |
ListVirtualGatewaysResponse.Builder |
virtualGateways(Collection<VirtualGatewayRef> virtualGateways)
The list of existing virtual gateways for the specified service mesh.
|
ListVirtualGatewaysResponse.Builder |
virtualGateways(Consumer<VirtualGatewayRef.Builder>... virtualGateways)
The list of existing virtual gateways for the specified service mesh.
|
ListVirtualGatewaysResponse.Builder |
virtualGateways(VirtualGatewayRef... virtualGateways)
The list of existing virtual gateways for the specified service mesh.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVirtualGatewaysResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListVirtualGateways request. When the
results of a ListVirtualGateways 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 ListVirtualGateways request. When
the results of a ListVirtualGateways 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.ListVirtualGatewaysResponse.Builder virtualGateways(Collection<VirtualGatewayRef> virtualGateways)
The list of existing virtual gateways for the specified service mesh.
virtualGateways - The list of existing virtual gateways for the specified service mesh.ListVirtualGatewaysResponse.Builder virtualGateways(VirtualGatewayRef... virtualGateways)
The list of existing virtual gateways for the specified service mesh.
virtualGateways - The list of existing virtual gateways for the specified service mesh.ListVirtualGatewaysResponse.Builder virtualGateways(Consumer<VirtualGatewayRef.Builder>... virtualGateways)
The list of existing virtual gateways for the specified service mesh.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #virtualGateways(List) .virtualGateways - a consumer that will call methods on List.Builder #virtualGateways(List) Copyright © 2021. All rights reserved.