Struct aws_sdk_batch::model::node_properties_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for NodePropertiesSummary
Implementations
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.
The number of nodes associated with a multi-node parallel job.
The number of nodes associated with a multi-node parallel job.
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.
Consumes the builder and constructs a NodePropertiesSummary
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