Struct aws_sdk_emr::types::builders::InstanceGroupTimelineBuilder
source · #[non_exhaustive]pub struct InstanceGroupTimelineBuilder { /* private fields */ }
Expand description
A builder for InstanceGroupTimeline
.
Implementations§
source§impl InstanceGroupTimelineBuilder
impl InstanceGroupTimelineBuilder
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 get_creation_date_time(&self) -> &Option<DateTime>
pub fn get_creation_date_time(&self) -> &Option<DateTime>
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 get_ready_date_time(&self) -> &Option<DateTime>
pub fn get_ready_date_time(&self) -> &Option<DateTime>
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 get_end_date_time(&self) -> &Option<DateTime>
pub fn get_end_date_time(&self) -> &Option<DateTime>
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
.
Trait Implementations§
source§impl Clone for InstanceGroupTimelineBuilder
impl Clone for InstanceGroupTimelineBuilder
source§fn clone(&self) -> InstanceGroupTimelineBuilder
fn clone(&self) -> InstanceGroupTimelineBuilder
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 InstanceGroupTimelineBuilder
impl Debug for InstanceGroupTimelineBuilder
source§impl Default for InstanceGroupTimelineBuilder
impl Default for InstanceGroupTimelineBuilder
source§fn default() -> InstanceGroupTimelineBuilder
fn default() -> InstanceGroupTimelineBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for InstanceGroupTimelineBuilder
impl PartialEq for InstanceGroupTimelineBuilder
source§fn eq(&self, other: &InstanceGroupTimelineBuilder) -> bool
fn eq(&self, other: &InstanceGroupTimelineBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InstanceGroupTimelineBuilder
Auto Trait Implementations§
impl RefUnwindSafe for InstanceGroupTimelineBuilder
impl Send for InstanceGroupTimelineBuilder
impl Sync for InstanceGroupTimelineBuilder
impl Unpin for InstanceGroupTimelineBuilder
impl UnwindSafe for InstanceGroupTimelineBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.