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