Struct aws_sdk_emr::model::instance_group_timeline::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for InstanceGroupTimeline.
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 creation date and time of the instance group.
sourcepub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
The creation date and time of the instance group.
sourcepub fn ready_date_time(self, input: DateTime) -> Self
pub fn ready_date_time(self, input: DateTime) -> Self
The date and time when the instance group became ready to perform tasks.
sourcepub fn set_ready_date_time(self, input: Option<DateTime>) -> Self
pub fn set_ready_date_time(self, input: Option<DateTime>) -> Self
The date and time when the instance group became ready to perform tasks.
sourcepub fn end_date_time(self, input: DateTime) -> Self
pub fn end_date_time(self, input: DateTime) -> Self
The date and time when the instance group terminated.
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 instance group terminated.
sourcepub fn build(self) -> InstanceGroupTimeline
pub fn build(self) -> InstanceGroupTimeline
Consumes the builder and constructs a InstanceGroupTimeline.