Struct aws_sdk_batch::model::share_attributes::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ShareAttributes
Implementations
A fair share identifier or fair share identifier prefix. If the string ends with '*' then this entry specifies
the weight factor to use for fair share identifiers that begin with that prefix. The list of fair share identifiers
in a fair share policy cannot overlap. For example you cannot have one that specifies a shareIdentifier
of UserA*
and another that specifies a shareIdentifier
of UserA-1
.
There can be no more than 500 fair share identifiers active in a job queue.
The string is limited to 255 alphanumeric characters, optionally followed by '*'.
A fair share identifier or fair share identifier prefix. If the string ends with '*' then this entry specifies
the weight factor to use for fair share identifiers that begin with that prefix. The list of fair share identifiers
in a fair share policy cannot overlap. For example you cannot have one that specifies a shareIdentifier
of UserA*
and another that specifies a shareIdentifier
of UserA-1
.
There can be no more than 500 fair share identifiers active in a job queue.
The string is limited to 255 alphanumeric characters, optionally followed by '*'.
The weight factor for the fair share identifier. The default value is 1.0. A lower value has a higher priority for compute resources. For example, jobs using a share identifier with a weight factor of 0.125 (1/8) will get 8 times the compute resources of jobs using a share identifier with a weight factor of 1.
The smallest supported value is 0.0001 and the largest supported value is 999.9999.
The weight factor for the fair share identifier. The default value is 1.0. A lower value has a higher priority for compute resources. For example, jobs using a share identifier with a weight factor of 0.125 (1/8) will get 8 times the compute resources of jobs using a share identifier with a weight factor of 1.
The smallest supported value is 0.0001 and the largest supported value is 999.9999.
Consumes the builder and constructs a ShareAttributes
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