| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
KxNode |
KxNode.clone() |
KxNode |
KxNode.withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones where subnets for the environment are created.
|
KxNode |
KxNode.withLaunchTime(Date launchTime)
The time when a particular node is started.
|
KxNode |
KxNode.withNodeId(String nodeId)
A unique identifier for the node.
|
| Modifier and Type | Method and Description |
|---|---|
List<KxNode> |
ListKxClusterNodesResult.getNodes()
A list of nodes associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListKxClusterNodesResult |
ListKxClusterNodesResult.withNodes(KxNode... nodes)
A list of nodes associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKxClusterNodesResult.setNodes(Collection<KxNode> nodes)
A list of nodes associated with the cluster.
|
ListKxClusterNodesResult |
ListKxClusterNodesResult.withNodes(Collection<KxNode> nodes)
A list of nodes associated with the cluster.
|
Copyright © 2023. All rights reserved.