pub struct Builder { /* private fields */ }
Expand description
A builder for AcknowledgeJobOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn status(self, input: JobStatus) -> Self
pub fn status(self, input: JobStatus) -> Self
Whether the job worker has received the specified job.
sourcepub fn set_status(self, input: Option<JobStatus>) -> Self
pub fn set_status(self, input: Option<JobStatus>) -> Self
Whether the job worker has received the specified job.
sourcepub fn build(self) -> AcknowledgeJobOutput
pub fn build(self) -> AcknowledgeJobOutput
Consumes the builder and constructs a AcknowledgeJobOutput
.