| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
List<NodeRangeProperty> |
NodeProperties.nodeRangeProperties()
A list of node ranges and their properties that are associated with a multi-node parallel job.
|
| Modifier and Type | Method and Description |
|---|---|
NodeProperties.Builder |
NodeProperties.Builder.nodeRangeProperties(NodeRangeProperty... nodeRangeProperties)
A list of node ranges and their properties that are associated with a multi-node parallel job.
|
| Modifier and Type | Method and Description |
|---|---|
NodeProperties.Builder |
NodeProperties.Builder.nodeRangeProperties(Collection<NodeRangeProperty> nodeRangeProperties)
A list of node ranges and their properties that are associated with a multi-node parallel job.
|
Copyright © 2023. All rights reserved.