Struct aws_sdk_iot::types::builders::JobProcessDetailsBuilder
source · #[non_exhaustive]pub struct JobProcessDetailsBuilder { /* private fields */ }
Expand description
A builder for JobProcessDetails
.
Implementations§
source§impl JobProcessDetailsBuilder
impl JobProcessDetailsBuilder
sourcepub fn processing_targets(self, input: impl Into<String>) -> Self
pub fn processing_targets(self, input: impl Into<String>) -> Self
Appends an item to processing_targets
.
To override the contents of this collection use set_processing_targets
.
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
sourcepub fn set_processing_targets(self, input: Option<Vec<String>>) -> Self
pub fn set_processing_targets(self, input: Option<Vec<String>>) -> Self
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
sourcepub fn get_processing_targets(&self) -> &Option<Vec<String>>
pub fn get_processing_targets(&self) -> &Option<Vec<String>>
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
sourcepub fn number_of_canceled_things(self, input: i32) -> Self
pub fn number_of_canceled_things(self, input: i32) -> Self
The number of things that cancelled the job.
sourcepub fn set_number_of_canceled_things(self, input: Option<i32>) -> Self
pub fn set_number_of_canceled_things(self, input: Option<i32>) -> Self
The number of things that cancelled the job.
sourcepub fn get_number_of_canceled_things(&self) -> &Option<i32>
pub fn get_number_of_canceled_things(&self) -> &Option<i32>
The number of things that cancelled the job.
sourcepub fn number_of_succeeded_things(self, input: i32) -> Self
pub fn number_of_succeeded_things(self, input: i32) -> Self
The number of things which successfully completed the job.
sourcepub fn set_number_of_succeeded_things(self, input: Option<i32>) -> Self
pub fn set_number_of_succeeded_things(self, input: Option<i32>) -> Self
The number of things which successfully completed the job.
sourcepub fn get_number_of_succeeded_things(&self) -> &Option<i32>
pub fn get_number_of_succeeded_things(&self) -> &Option<i32>
The number of things which successfully completed the job.
sourcepub fn number_of_failed_things(self, input: i32) -> Self
pub fn number_of_failed_things(self, input: i32) -> Self
The number of things that failed executing the job.
sourcepub fn set_number_of_failed_things(self, input: Option<i32>) -> Self
pub fn set_number_of_failed_things(self, input: Option<i32>) -> Self
The number of things that failed executing the job.
sourcepub fn get_number_of_failed_things(&self) -> &Option<i32>
pub fn get_number_of_failed_things(&self) -> &Option<i32>
The number of things that failed executing the job.
sourcepub fn number_of_rejected_things(self, input: i32) -> Self
pub fn number_of_rejected_things(self, input: i32) -> Self
The number of things that rejected the job.
sourcepub fn set_number_of_rejected_things(self, input: Option<i32>) -> Self
pub fn set_number_of_rejected_things(self, input: Option<i32>) -> Self
The number of things that rejected the job.
sourcepub fn get_number_of_rejected_things(&self) -> &Option<i32>
pub fn get_number_of_rejected_things(&self) -> &Option<i32>
The number of things that rejected the job.
sourcepub fn number_of_queued_things(self, input: i32) -> Self
pub fn number_of_queued_things(self, input: i32) -> Self
The number of things that are awaiting execution of the job.
sourcepub fn set_number_of_queued_things(self, input: Option<i32>) -> Self
pub fn set_number_of_queued_things(self, input: Option<i32>) -> Self
The number of things that are awaiting execution of the job.
sourcepub fn get_number_of_queued_things(&self) -> &Option<i32>
pub fn get_number_of_queued_things(&self) -> &Option<i32>
The number of things that are awaiting execution of the job.
sourcepub fn number_of_in_progress_things(self, input: i32) -> Self
pub fn number_of_in_progress_things(self, input: i32) -> Self
The number of things currently executing the job.
sourcepub fn set_number_of_in_progress_things(self, input: Option<i32>) -> Self
pub fn set_number_of_in_progress_things(self, input: Option<i32>) -> Self
The number of things currently executing the job.
sourcepub fn get_number_of_in_progress_things(&self) -> &Option<i32>
pub fn get_number_of_in_progress_things(&self) -> &Option<i32>
The number of things currently executing the job.
sourcepub fn number_of_removed_things(self, input: i32) -> Self
pub fn number_of_removed_things(self, input: i32) -> Self
The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.
sourcepub fn set_number_of_removed_things(self, input: Option<i32>) -> Self
pub fn set_number_of_removed_things(self, input: Option<i32>) -> Self
The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.
sourcepub fn get_number_of_removed_things(&self) -> &Option<i32>
pub fn get_number_of_removed_things(&self) -> &Option<i32>
The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.
sourcepub fn number_of_timed_out_things(self, input: i32) -> Self
pub fn number_of_timed_out_things(self, input: i32) -> Self
The number of things whose job execution status is TIMED_OUT
.
sourcepub fn set_number_of_timed_out_things(self, input: Option<i32>) -> Self
pub fn set_number_of_timed_out_things(self, input: Option<i32>) -> Self
The number of things whose job execution status is TIMED_OUT
.
sourcepub fn get_number_of_timed_out_things(&self) -> &Option<i32>
pub fn get_number_of_timed_out_things(&self) -> &Option<i32>
The number of things whose job execution status is TIMED_OUT
.
sourcepub fn build(self) -> JobProcessDetails
pub fn build(self) -> JobProcessDetails
Consumes the builder and constructs a JobProcessDetails
.
Trait Implementations§
source§impl Clone for JobProcessDetailsBuilder
impl Clone for JobProcessDetailsBuilder
source§fn clone(&self) -> JobProcessDetailsBuilder
fn clone(&self) -> JobProcessDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for JobProcessDetailsBuilder
impl Debug for JobProcessDetailsBuilder
source§impl Default for JobProcessDetailsBuilder
impl Default for JobProcessDetailsBuilder
source§fn default() -> JobProcessDetailsBuilder
fn default() -> JobProcessDetailsBuilder
source§impl PartialEq for JobProcessDetailsBuilder
impl PartialEq for JobProcessDetailsBuilder
source§fn eq(&self, other: &JobProcessDetailsBuilder) -> bool
fn eq(&self, other: &JobProcessDetailsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.