public static interface ListNodesResponse.Builder extends ManagedBlockchainResponse.Builder, SdkPojo, CopyableBuilder<ListNodesResponse.Builder,ListNodesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNodesResponse.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListNodesResponse.Builder |
nodes(Collection<NodeSummary> nodes)
An array of
NodeSummary objects that contain configuration properties for each node. |
ListNodesResponse.Builder |
nodes(Consumer<NodeSummary.Builder>... nodes)
An array of
NodeSummary objects that contain configuration properties for each node. |
ListNodesResponse.Builder |
nodes(NodeSummary... nodes)
An array of
NodeSummary objects that contain configuration properties for each node. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNodesResponse.Builder nodes(Collection<NodeSummary> nodes)
An array of NodeSummary objects that contain configuration properties for each node.
nodes - An array of NodeSummary objects that contain configuration properties for each node.ListNodesResponse.Builder nodes(NodeSummary... nodes)
An array of NodeSummary objects that contain configuration properties for each node.
nodes - An array of NodeSummary objects that contain configuration properties for each node.ListNodesResponse.Builder nodes(Consumer<NodeSummary.Builder>... nodes)
An array of NodeSummary objects that contain configuration properties for each node.
List.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 #nodes(List) .nodes - a consumer that will call methods on List.Builder #nodes(List) ListNodesResponse.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.Copyright © 2021. All rights reserved.