public static interface ListKxClusterNodesResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<ListKxClusterNodesResponse.Builder,ListKxClusterNodesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListKxClusterNodesResponse.Builder |
nextToken(String nextToken)
A token that indicates where a results page should begin.
|
ListKxClusterNodesResponse.Builder |
nodes(Collection<KxNode> nodes)
A list of nodes associated with the cluster.
|
ListKxClusterNodesResponse.Builder |
nodes(Consumer<KxNode.Builder>... nodes)
A list of nodes associated with the cluster.
|
ListKxClusterNodesResponse.Builder |
nodes(KxNode... nodes)
A list of nodes associated with the cluster.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKxClusterNodesResponse.Builder nodes(Collection<KxNode> nodes)
A list of nodes associated with the cluster.
nodes - A list of nodes associated with the cluster.ListKxClusterNodesResponse.Builder nodes(KxNode... nodes)
A list of nodes associated with the cluster.
nodes - A list of nodes associated with the cluster.ListKxClusterNodesResponse.Builder nodes(Consumer<KxNode.Builder>... nodes)
A list of nodes associated with the cluster.
This is a convenience method that creates an instance of theKxNode.Builder avoiding the need to create one
manually via KxNode.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
KxNode.Builder#nodes(java.util.Collection) ListKxClusterNodesResponse.Builder nextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken - A token that indicates where a results page should begin.Copyright © 2023. All rights reserved.