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