Struct aws_sdk_emr::model::instance_timeline::Builder   
source · pub struct Builder { /* private fields */ }Expand description
A builder for InstanceTimeline.
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.
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.
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 was 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 was 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 was 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 was terminated.
sourcepub fn build(self) -> InstanceTimeline
 
pub fn build(self) -> InstanceTimeline
Consumes the builder and constructs a InstanceTimeline.