Struct aws_sdk_batch::model::scheduling_policy_detail::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SchedulingPolicyDetail
Implementations
Amazon Resource Name (ARN) of the scheduling policy. An example would be
arn:aws:batch:us-east-1:123456789012:scheduling-policy/HighPriority
Amazon Resource Name (ARN) of the scheduling policy. An example would be
arn:aws:batch:us-east-1:123456789012:scheduling-policy/HighPriority
The fair share policy for the scheduling policy.
The fair share policy for the scheduling policy.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags that you apply to the scheduling policy to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services Resources in Amazon Web Services General Reference.
The tags that you apply to the scheduling policy to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services Resources in Amazon Web Services General Reference.
Consumes the builder and constructs a SchedulingPolicyDetail
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