Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
ClusterNode |
ClusterNode.withNodeRole(String nodeRole)
Whether the node is a leader node or a compute node.
|
ClusterNode |
ClusterNode.withPrivateIPAddress(String privateIPAddress)
The private IP address of a node within a cluster.
|
ClusterNode |
ClusterNode.withPublicIPAddress(String publicIPAddress)
The public IP address of a node within a cluster.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<ClusterNode> clusterNodes)
The nodes in a cluster.
|
Cluster |
Cluster.withClusterNodes(Collection<ClusterNode> clusterNodes)
The nodes in a cluster.
|
Copyright © 2014. All rights reserved.