Struct aws_sdk_batch::model::node_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for NodeDetails
Implementations
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.
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.
Specifies whether the current node is the main node for a multi-node parallel job.
Specifies whether the current node is the main node for a multi-node parallel job.
Consumes the builder and constructs a NodeDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more