public static interface NodePropertiesSummary.Builder extends SdkPojo, CopyableBuilder<NodePropertiesSummary.Builder,NodePropertiesSummary>
Modifier and Type | Method and Description |
---|---|
NodePropertiesSummary.Builder |
isMainNode(Boolean isMainNode)
Specifies whether the current node is the main node for a multi-node parallel job.
|
NodePropertiesSummary.Builder |
nodeIndex(Integer nodeIndex)
The node index for the node.
|
NodePropertiesSummary.Builder |
numNodes(Integer numNodes)
The number of nodes associated with a multi-node parallel job.
|
copy
applyMutation, build
NodePropertiesSummary.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.NodePropertiesSummary.Builder numNodes(Integer numNodes)
The number of nodes associated with a multi-node parallel job.
numNodes
- The number of nodes associated with a multi-node parallel job.NodePropertiesSummary.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.