Struct aws_sdk_s3control::types::builders::JobTimersBuilder
source · #[non_exhaustive]pub struct JobTimersBuilder { /* private fields */ }
Expand description
A builder for JobTimers
.
Implementations§
source§impl JobTimersBuilder
impl JobTimersBuilder
sourcepub fn elapsed_time_in_active_seconds(self, input: i64) -> Self
pub fn elapsed_time_in_active_seconds(self, input: i64) -> Self
Indicates the elapsed time in seconds the job has been in the Active job state.
sourcepub fn set_elapsed_time_in_active_seconds(self, input: Option<i64>) -> Self
pub fn set_elapsed_time_in_active_seconds(self, input: Option<i64>) -> Self
Indicates the elapsed time in seconds the job has been in the Active job state.
Trait Implementations§
source§impl Clone for JobTimersBuilder
impl Clone for JobTimersBuilder
source§fn clone(&self) -> JobTimersBuilder
fn clone(&self) -> JobTimersBuilder
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 JobTimersBuilder
impl Debug for JobTimersBuilder
source§impl Default for JobTimersBuilder
impl Default for JobTimersBuilder
source§fn default() -> JobTimersBuilder
fn default() -> JobTimersBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<JobTimersBuilder> for JobTimersBuilder
impl PartialEq<JobTimersBuilder> for JobTimersBuilder
source§fn eq(&self, other: &JobTimersBuilder) -> bool
fn eq(&self, other: &JobTimersBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.