Struct aws_sdk_emr::model::step_timeline::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for StepTimeline.
Implementations§
source§impl Builder
impl Builder
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.