| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
NodeDetails |
NodeDetails.clone() |
NodeDetails |
JobDetail.getNodeDetails()
An object representing the details of a node that's associated with a multi-node parallel job.
|
NodeDetails |
NodeDetails.withIsMainNode(Boolean isMainNode)
Specifies whether the current node is the main node for a multi-node parallel job.
|
NodeDetails |
NodeDetails.withNodeIndex(Integer nodeIndex)
The node index for the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobDetail.setNodeDetails(NodeDetails nodeDetails)
An object representing the details of a node that's associated with a multi-node parallel job.
|
JobDetail |
JobDetail.withNodeDetails(NodeDetails nodeDetails)
An object representing the details of a node that's associated with a multi-node parallel job.
|
Copyright © 2021. All rights reserved.