Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ClusterNode> |
Cluster.clusterNodes
The nodes in a cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterNode |
ClusterNode.clone() |
ClusterNode |
ClusterNode.withNodeRole(java.lang.String nodeRole)
Whether the node is a leader node or a compute node.
|
ClusterNode |
ClusterNode.withPrivateIPAddress(java.lang.String privateIPAddress)
The private IP address of a node within a cluster.
|
ClusterNode |
ClusterNode.withPublicIPAddress(java.lang.String publicIPAddress)
The public IP address of a node within a cluster.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ClusterNode> |
Cluster.getClusterNodes()
The nodes in a cluster.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.withClusterNodes(ClusterNode... clusterNodes)
The nodes in a cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setClusterNodes(java.util.Collection<ClusterNode> clusterNodes)
The nodes in a cluster.
|
Cluster |
Cluster.withClusterNodes(java.util.Collection<ClusterNode> clusterNodes)
The nodes in a cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterNode |
ClusterNodeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |