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 method that creates an instance of theVirtualGatewayRef.Builder avoiding the need to create
one manually via VirtualGatewayRef.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #virtualGateways(List.
virtualGateways - a consumer that will call methods on
VirtualGatewayRef.Builder#virtualGateways(java.util.Collection) Copyright © 2023. All rights reserved.