Struct aws_sdk_iot::types::builders::JobExecutionBuilder
source · #[non_exhaustive]pub struct JobExecutionBuilder { /* private fields */ }
Expand description
A builder for JobExecution
.
Implementations§
source§impl JobExecutionBuilder
impl JobExecutionBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The unique identifier you assigned to the job when it was created.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The unique identifier you assigned to the job when it was created.
sourcepub fn get_job_id(&self) -> &Option<String>
pub fn get_job_id(&self) -> &Option<String>
The unique identifier you assigned to the job when it was created.
sourcepub fn status(self, input: JobExecutionStatus) -> Self
pub fn status(self, input: JobExecutionStatus) -> Self
The status of the job execution (IN_PROGRESS, QUEUED, FAILED, SUCCEEDED, TIMED_OUT, CANCELED, or REJECTED).
sourcepub fn set_status(self, input: Option<JobExecutionStatus>) -> Self
pub fn set_status(self, input: Option<JobExecutionStatus>) -> Self
The status of the job execution (IN_PROGRESS, QUEUED, FAILED, SUCCEEDED, TIMED_OUT, CANCELED, or REJECTED).
sourcepub fn get_status(&self) -> &Option<JobExecutionStatus>
pub fn get_status(&self) -> &Option<JobExecutionStatus>
The status of the job execution (IN_PROGRESS, QUEUED, FAILED, SUCCEEDED, TIMED_OUT, CANCELED, or REJECTED).
sourcepub fn force_canceled(self, input: bool) -> Self
pub fn force_canceled(self, input: bool) -> Self
Will be true
if the job execution was canceled with the optional force
parameter set to true
.
sourcepub fn set_force_canceled(self, input: Option<bool>) -> Self
pub fn set_force_canceled(self, input: Option<bool>) -> Self
Will be true
if the job execution was canceled with the optional force
parameter set to true
.
sourcepub fn get_force_canceled(&self) -> &Option<bool>
pub fn get_force_canceled(&self) -> &Option<bool>
Will be true
if the job execution was canceled with the optional force
parameter set to true
.
sourcepub fn status_details(self, input: JobExecutionStatusDetails) -> Self
pub fn status_details(self, input: JobExecutionStatusDetails) -> Self
A collection of name/value pairs that describe the status of the job execution.
sourcepub fn set_status_details(
self,
input: Option<JobExecutionStatusDetails>
) -> Self
pub fn set_status_details( self, input: Option<JobExecutionStatusDetails> ) -> Self
A collection of name/value pairs that describe the status of the job execution.
sourcepub fn get_status_details(&self) -> &Option<JobExecutionStatusDetails>
pub fn get_status_details(&self) -> &Option<JobExecutionStatusDetails>
A collection of name/value pairs that describe the status of the job execution.
sourcepub fn thing_arn(self, input: impl Into<String>) -> Self
pub fn thing_arn(self, input: impl Into<String>) -> Self
The ARN of the thing on which the job execution is running.
sourcepub fn set_thing_arn(self, input: Option<String>) -> Self
pub fn set_thing_arn(self, input: Option<String>) -> Self
The ARN of the thing on which the job execution is running.
sourcepub fn get_thing_arn(&self) -> &Option<String>
pub fn get_thing_arn(&self) -> &Option<String>
The ARN of the thing on which the job execution is running.
sourcepub fn queued_at(self, input: DateTime) -> Self
pub fn queued_at(self, input: DateTime) -> Self
The time, in seconds since the epoch, when the job execution was queued.
sourcepub fn set_queued_at(self, input: Option<DateTime>) -> Self
pub fn set_queued_at(self, input: Option<DateTime>) -> Self
The time, in seconds since the epoch, when the job execution was queued.
sourcepub fn get_queued_at(&self) -> &Option<DateTime>
pub fn get_queued_at(&self) -> &Option<DateTime>
The time, in seconds since the epoch, when the job execution was queued.
sourcepub fn started_at(self, input: DateTime) -> Self
pub fn started_at(self, input: DateTime) -> Self
The time, in seconds since the epoch, when the job execution started.
sourcepub fn set_started_at(self, input: Option<DateTime>) -> Self
pub fn set_started_at(self, input: Option<DateTime>) -> Self
The time, in seconds since the epoch, when the job execution started.
sourcepub fn get_started_at(&self) -> &Option<DateTime>
pub fn get_started_at(&self) -> &Option<DateTime>
The time, in seconds since the epoch, when the job execution started.
sourcepub fn last_updated_at(self, input: DateTime) -> Self
pub fn last_updated_at(self, input: DateTime) -> Self
The time, in seconds since the epoch, when the job execution was last updated.
sourcepub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
The time, in seconds since the epoch, when the job execution was last updated.
sourcepub fn get_last_updated_at(&self) -> &Option<DateTime>
pub fn get_last_updated_at(&self) -> &Option<DateTime>
The time, in seconds since the epoch, when the job execution was last updated.
sourcepub fn execution_number(self, input: i64) -> Self
pub fn execution_number(self, input: i64) -> Self
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used in commands which return or update job execution information.
sourcepub fn set_execution_number(self, input: Option<i64>) -> Self
pub fn set_execution_number(self, input: Option<i64>) -> Self
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used in commands which return or update job execution information.
sourcepub fn get_execution_number(&self) -> &Option<i64>
pub fn get_execution_number(&self) -> &Option<i64>
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used in commands which return or update job execution information.
sourcepub fn version_number(self, input: i64) -> Self
pub fn version_number(self, input: i64) -> Self
The version of the job execution. Job execution versions are incremented each time they are updated by a device.
sourcepub fn set_version_number(self, input: Option<i64>) -> Self
pub fn set_version_number(self, input: Option<i64>) -> Self
The version of the job execution. Job execution versions are incremented each time they are updated by a device.
sourcepub fn get_version_number(&self) -> &Option<i64>
pub fn get_version_number(&self) -> &Option<i64>
The version of the job execution. Job execution versions are incremented each time they are updated by a device.
sourcepub fn approximate_seconds_before_timed_out(self, input: i64) -> Self
pub fn approximate_seconds_before_timed_out(self, input: i64) -> Self
The estimated number of seconds that remain before the job execution status will be changed to TIMED_OUT
. The timeout interval can be anywhere between 1 minute and 7 days (1 to 10080 minutes). The actual job execution timeout can occur up to 60 seconds later than the estimated duration. This value will not be included if the job execution has reached a terminal status.
sourcepub fn set_approximate_seconds_before_timed_out(
self,
input: Option<i64>
) -> Self
pub fn set_approximate_seconds_before_timed_out( self, input: Option<i64> ) -> Self
The estimated number of seconds that remain before the job execution status will be changed to TIMED_OUT
. The timeout interval can be anywhere between 1 minute and 7 days (1 to 10080 minutes). The actual job execution timeout can occur up to 60 seconds later than the estimated duration. This value will not be included if the job execution has reached a terminal status.
sourcepub fn get_approximate_seconds_before_timed_out(&self) -> &Option<i64>
pub fn get_approximate_seconds_before_timed_out(&self) -> &Option<i64>
The estimated number of seconds that remain before the job execution status will be changed to TIMED_OUT
. The timeout interval can be anywhere between 1 minute and 7 days (1 to 10080 minutes). The actual job execution timeout can occur up to 60 seconds later than the estimated duration. This value will not be included if the job execution has reached a terminal status.
sourcepub fn build(self) -> JobExecution
pub fn build(self) -> JobExecution
Consumes the builder and constructs a JobExecution
.
Trait Implementations§
source§impl Clone for JobExecutionBuilder
impl Clone for JobExecutionBuilder
source§fn clone(&self) -> JobExecutionBuilder
fn clone(&self) -> JobExecutionBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for JobExecutionBuilder
impl Debug for JobExecutionBuilder
source§impl Default for JobExecutionBuilder
impl Default for JobExecutionBuilder
source§fn default() -> JobExecutionBuilder
fn default() -> JobExecutionBuilder
source§impl PartialEq for JobExecutionBuilder
impl PartialEq for JobExecutionBuilder
source§fn eq(&self, other: &JobExecutionBuilder) -> bool
fn eq(&self, other: &JobExecutionBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.