| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterClusterNode |
AwsRedshiftClusterClusterNode.clone() |
AwsRedshiftClusterClusterNode |
AwsRedshiftClusterClusterNode.withNodeRole(String nodeRole)
The role of the node.
|
AwsRedshiftClusterClusterNode |
AwsRedshiftClusterClusterNode.withPrivateIpAddress(String privateIpAddress)
The private IP address of the node.
|
AwsRedshiftClusterClusterNode |
AwsRedshiftClusterClusterNode.withPublicIpAddress(String publicIpAddress)
The public IP address of the node.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsRedshiftClusterClusterNode> |
AwsRedshiftClusterDetails.getClusterNodes()
The nodes in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterDetails |
AwsRedshiftClusterDetails.withClusterNodes(AwsRedshiftClusterClusterNode... clusterNodes)
The nodes in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRedshiftClusterDetails.setClusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes)
The nodes in the cluster.
|
AwsRedshiftClusterDetails |
AwsRedshiftClusterDetails.withClusterNodes(Collection<AwsRedshiftClusterClusterNode> clusterNodes)
The nodes in the cluster.
|
Copyright © 2022. All rights reserved.