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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListVirtualNodesResponse.Builder nextToken(String nextToken)
The nextToken
value to include in a future ListVirtualNodes
request. When the
results of a ListVirtualNodes
request exceed limit
, this value can be used 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
, this value can be
used 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 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 #virtualNodes(List)
.virtualNodes
- a consumer that will call methods on List.Builder
#virtualNodes(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.