Struct aws_sdk_emr::model::instance_fleet_timeline::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for InstanceFleetTimeline.
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 time and date the instance fleet 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 time and date the instance fleet was created.
sourcepub fn ready_date_time(self, input: DateTime) -> Self
pub fn ready_date_time(self, input: DateTime) -> Self
The time and date the instance fleet was ready to run jobs.
sourcepub fn set_ready_date_time(self, input: Option<DateTime>) -> Self
pub fn set_ready_date_time(self, input: Option<DateTime>) -> Self
The time and date the instance fleet was ready to run jobs.
sourcepub fn end_date_time(self, input: DateTime) -> Self
pub fn end_date_time(self, input: DateTime) -> Self
The time and date the instance fleet terminated.
sourcepub fn set_end_date_time(self, input: Option<DateTime>) -> Self
pub fn set_end_date_time(self, input: Option<DateTime>) -> Self
The time and date the instance fleet terminated.
sourcepub fn build(self) -> InstanceFleetTimeline
pub fn build(self) -> InstanceFleetTimeline
Consumes the builder and constructs a InstanceFleetTimeline.