Interface NodeDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeDetails.Builder,
,NodeDetails> SdkBuilder<NodeDetails.Builder,
,NodeDetails> SdkPojo
- Enclosing class:
NodeDetails
public static interface NodeDetails.Builder
extends SdkPojo, CopyableBuilder<NodeDetails.Builder,NodeDetails>
-
Method Summary
Modifier and TypeMethodDescriptionisMainNode
(Boolean isMainNode) Specifies whether the current node is the main node for a multi-node parallel job.The node index for the node.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
nodeIndex
The node index for the node. Node index numbering starts at zero. This index is also available on the node with the
AWS_BATCH_JOB_NODE_INDEX
environment variable.- Parameters:
nodeIndex
- The node index for the node. Node index numbering starts at zero. This index is also available on the node with theAWS_BATCH_JOB_NODE_INDEX
environment variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isMainNode
Specifies whether the current node is the main node for a multi-node parallel job.
- Parameters:
isMainNode
- Specifies whether the current node is the main node for a multi-node parallel job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-