Struct aws_sdk_s3control::input::update_job_priority_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateJobPriorityInput
Implementations
The Amazon Web Services account ID associated with the S3 Batch Operations job.
The Amazon Web Services account ID associated with the S3 Batch Operations job.
The ID for the job whose priority you want to update.
The ID for the job whose priority you want to update.
The priority you want to assign to this job.
Consumes the builder and constructs a UpdateJobPriorityInput
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