public static interface NodeDetails.Builder extends SdkPojo, CopyableBuilder<NodeDetails.Builder,NodeDetails>
| Modifier and Type | Method and Description |
|---|---|
NodeDetails.Builder |
isMainNode(Boolean isMainNode)
Specifies whether the current node is the main node for a multi-node parallel job.
|
NodeDetails.Builder |
nodeIndex(Integer nodeIndex)
The node index for the node.
|
copyapplyMutation, buildNodeDetails.Builder nodeIndex(Integer nodeIndex)
The node index for the node. Node index numbering begins at zero. This index is also available on the node
with the AWS_BATCH_JOB_NODE_INDEX environment variable.
nodeIndex - The node index for the node. Node index numbering begins at zero. This index is also available on the
node with the AWS_BATCH_JOB_NODE_INDEX environment variable.NodeDetails.Builder isMainNode(Boolean isMainNode)
Specifies whether the current node is the main node for a multi-node parallel job.
isMainNode - Specifies whether the current node is the main node for a multi-node parallel job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.