Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
NodeRangeProperty |
NodeRangeProperty.clone() |
NodeRangeProperty |
NodeRangeProperty.withContainer(ContainerProperties container)
The container details for the node range.
|
NodeRangeProperty |
NodeRangeProperty.withTargetNodes(String targetNodes)
The range of nodes, using node index values.
|
Modifier and Type | Method and Description |
---|---|
List<NodeRangeProperty> |
NodeProperties.getNodeRangeProperties()
A list of node ranges and their properties associated with a multi-node parallel job.
|
Modifier and Type | Method and Description |
---|---|
NodeProperties |
NodeProperties.withNodeRangeProperties(NodeRangeProperty... nodeRangeProperties)
A list of node ranges and their properties associated with a multi-node parallel job.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeProperties.setNodeRangeProperties(Collection<NodeRangeProperty> nodeRangeProperties)
A list of node ranges and their properties associated with a multi-node parallel job.
|
NodeProperties |
NodeProperties.withNodeRangeProperties(Collection<NodeRangeProperty> nodeRangeProperties)
A list of node ranges and their properties associated with a multi-node parallel job.
|
Copyright © 2020. All rights reserved.