Struct aws_sdk_emr::types::builders::StepTimelineBuilder
source · #[non_exhaustive]pub struct StepTimelineBuilder { /* private fields */ }Expand description
A builder for StepTimeline.
Implementations§
source§impl StepTimelineBuilder
impl StepTimelineBuilder
sourcepub fn creation_date_time(self, input: DateTime) -> Self
pub fn creation_date_time(self, input: DateTime) -> Self
The date and time when the cluster step was created.
sourcepub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
The date and time when the cluster step was created.
sourcepub fn start_date_time(self, input: DateTime) -> Self
pub fn start_date_time(self, input: DateTime) -> Self
The date and time when the cluster step execution started.
sourcepub fn set_start_date_time(self, input: Option<DateTime>) -> Self
pub fn set_start_date_time(self, input: Option<DateTime>) -> Self
The date and time when the cluster step execution started.
sourcepub fn end_date_time(self, input: DateTime) -> Self
pub fn end_date_time(self, input: DateTime) -> Self
The date and time when the cluster step execution completed or failed.
sourcepub fn set_end_date_time(self, input: Option<DateTime>) -> Self
pub fn set_end_date_time(self, input: Option<DateTime>) -> Self
The date and time when the cluster step execution completed or failed.
sourcepub fn build(self) -> StepTimeline
pub fn build(self) -> StepTimeline
Consumes the builder and constructs a StepTimeline.
Trait Implementations§
source§impl Clone for StepTimelineBuilder
impl Clone for StepTimelineBuilder
source§fn clone(&self) -> StepTimelineBuilder
fn clone(&self) -> StepTimelineBuilder
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 StepTimelineBuilder
impl Debug for StepTimelineBuilder
source§impl Default for StepTimelineBuilder
impl Default for StepTimelineBuilder
source§fn default() -> StepTimelineBuilder
fn default() -> StepTimelineBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StepTimelineBuilder> for StepTimelineBuilder
impl PartialEq<StepTimelineBuilder> for StepTimelineBuilder
source§fn eq(&self, other: &StepTimelineBuilder) -> bool
fn eq(&self, other: &StepTimelineBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.