| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
static ListKxClusterNodesResponse.Builder |
ListKxClusterNodesResponse.builder() |
ListKxClusterNodesResponse.Builder |
ListKxClusterNodesResponse.Builder.nextToken(String nextToken)
A token that indicates where a results page should begin.
|
ListKxClusterNodesResponse.Builder |
ListKxClusterNodesResponse.Builder.nodes(Collection<KxNode> nodes)
A list of nodes associated with the cluster.
|
ListKxClusterNodesResponse.Builder |
ListKxClusterNodesResponse.Builder.nodes(Consumer<KxNode.Builder>... nodes)
A list of nodes associated with the cluster.
|
ListKxClusterNodesResponse.Builder |
ListKxClusterNodesResponse.Builder.nodes(KxNode... nodes)
A list of nodes associated with the cluster.
|
ListKxClusterNodesResponse.Builder |
ListKxClusterNodesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListKxClusterNodesResponse.Builder> |
ListKxClusterNodesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.