Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
NodeConfigurationOption |
NodeConfigurationOption.clone() |
NodeConfigurationOption |
NodeConfigurationOption.withEstimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
The estimated disk utilizaton percentage.
|
NodeConfigurationOption |
NodeConfigurationOption.withMode(Mode mode)
The category of the node configuration recommendation.
|
NodeConfigurationOption |
NodeConfigurationOption.withMode(String mode)
The category of the node configuration recommendation.
|
NodeConfigurationOption |
NodeConfigurationOption.withNodeType(String nodeType)
The node type, such as, "ra3.4xlarge".
|
NodeConfigurationOption |
NodeConfigurationOption.withNumberOfNodes(Integer numberOfNodes)
The number of nodes.
|
Modifier and Type | Method and Description |
---|---|
List<NodeConfigurationOption> |
DescribeNodeConfigurationOptionsResult.getNodeConfigurationOptionList()
A list of valid node configurations.
|
Modifier and Type | Method and Description |
---|---|
DescribeNodeConfigurationOptionsResult |
DescribeNodeConfigurationOptionsResult.withNodeConfigurationOptionList(NodeConfigurationOption... nodeConfigurationOptionList)
A list of valid node configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNodeConfigurationOptionsResult.setNodeConfigurationOptionList(Collection<NodeConfigurationOption> nodeConfigurationOptionList)
A list of valid node configurations.
|
DescribeNodeConfigurationOptionsResult |
DescribeNodeConfigurationOptionsResult.withNodeConfigurationOptionList(Collection<NodeConfigurationOption> nodeConfigurationOptionList)
A list of valid node configurations.
|
Copyright © 2024. All rights reserved.