public static interface ListVirtualServicesResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<ListVirtualServicesResponse.Builder,ListVirtualServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVirtualServicesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListVirtualServices request. |
ListVirtualServicesResponse.Builder |
virtualServices(Collection<VirtualServiceRef> virtualServices)
The list of existing virtual services for the specified service mesh.
|
ListVirtualServicesResponse.Builder |
virtualServices(Consumer<VirtualServiceRef.Builder>... virtualServices)
The list of existing virtual services for the specified service mesh.
|
ListVirtualServicesResponse.Builder |
virtualServices(VirtualServiceRef... virtualServices)
The list of existing virtual services for the specified service mesh.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVirtualServicesResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListVirtualServices request. When the
results of a ListVirtualServices 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 ListVirtualServices request. When
the results of a ListVirtualServices 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.ListVirtualServicesResponse.Builder virtualServices(Collection<VirtualServiceRef> virtualServices)
The list of existing virtual services for the specified service mesh.
virtualServices - The list of existing virtual services for the specified service mesh.ListVirtualServicesResponse.Builder virtualServices(VirtualServiceRef... virtualServices)
The list of existing virtual services for the specified service mesh.
virtualServices - The list of existing virtual services for the specified service mesh.ListVirtualServicesResponse.Builder virtualServices(Consumer<VirtualServiceRef.Builder>... virtualServices)
The list of existing virtual services 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 #virtualServices(List) .virtualServices - a consumer that will call methods on List.Builder #virtualServices(List) Copyright © 2021. All rights reserved.