Struct aws_sdk_s3control::input::update_job_status_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateJobStatusInput
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 of the job whose status you want to update.
The ID of the job whose status you want to update.
The status that you want to move the specified job to.
The status that you want to move the specified job to.
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.
Consumes the builder and constructs a UpdateJobStatusInput
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