Struct aws_sdk_s3control::operation::update_job_status::builders::UpdateJobStatusOutputBuilder
source · #[non_exhaustive]pub struct UpdateJobStatusOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateJobStatusOutput
.
Implementations§
source§impl UpdateJobStatusOutputBuilder
impl UpdateJobStatusOutputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The ID for the job whose status was updated.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The ID for the job whose status was updated.
sourcepub fn set_status(self, input: Option<JobStatus>) -> Self
pub fn set_status(self, input: Option<JobStatus>) -> Self
The current status for the specified job.
sourcepub fn status_update_reason(self, input: impl Into<String>) -> Self
pub fn status_update_reason(self, input: impl Into<String>) -> Self
The reason that the specified job's status was updated.
sourcepub fn set_status_update_reason(self, input: Option<String>) -> Self
pub fn set_status_update_reason(self, input: Option<String>) -> Self
The reason that the specified job's status was updated.
sourcepub fn build(self) -> UpdateJobStatusOutput
pub fn build(self) -> UpdateJobStatusOutput
Consumes the builder and constructs a UpdateJobStatusOutput
.
Trait Implementations§
source§impl Clone for UpdateJobStatusOutputBuilder
impl Clone for UpdateJobStatusOutputBuilder
source§fn clone(&self) -> UpdateJobStatusOutputBuilder
fn clone(&self) -> UpdateJobStatusOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateJobStatusOutputBuilder
impl Debug for UpdateJobStatusOutputBuilder
source§impl Default for UpdateJobStatusOutputBuilder
impl Default for UpdateJobStatusOutputBuilder
source§fn default() -> UpdateJobStatusOutputBuilder
fn default() -> UpdateJobStatusOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateJobStatusOutputBuilder> for UpdateJobStatusOutputBuilder
impl PartialEq<UpdateJobStatusOutputBuilder> for UpdateJobStatusOutputBuilder
source§fn eq(&self, other: &UpdateJobStatusOutputBuilder) -> bool
fn eq(&self, other: &UpdateJobStatusOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.