Struct aws_sdk_emr::types::builders::InstanceFleetTimelineBuilder
source · #[non_exhaustive]pub struct InstanceFleetTimelineBuilder { /* private fields */ }
Expand description
A builder for InstanceFleetTimeline
.
Implementations§
source§impl InstanceFleetTimelineBuilder
impl InstanceFleetTimelineBuilder
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 get_creation_date_time(&self) -> &Option<DateTime>
pub fn get_creation_date_time(&self) -> &Option<DateTime>
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 get_ready_date_time(&self) -> &Option<DateTime>
pub fn get_ready_date_time(&self) -> &Option<DateTime>
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 get_end_date_time(&self) -> &Option<DateTime>
pub fn get_end_date_time(&self) -> &Option<DateTime>
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
.
Trait Implementations§
source§impl Clone for InstanceFleetTimelineBuilder
impl Clone for InstanceFleetTimelineBuilder
source§fn clone(&self) -> InstanceFleetTimelineBuilder
fn clone(&self) -> InstanceFleetTimelineBuilder
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 InstanceFleetTimelineBuilder
impl Debug for InstanceFleetTimelineBuilder
source§impl Default for InstanceFleetTimelineBuilder
impl Default for InstanceFleetTimelineBuilder
source§fn default() -> InstanceFleetTimelineBuilder
fn default() -> InstanceFleetTimelineBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for InstanceFleetTimelineBuilder
impl PartialEq for InstanceFleetTimelineBuilder
source§fn eq(&self, other: &InstanceFleetTimelineBuilder) -> bool
fn eq(&self, other: &InstanceFleetTimelineBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InstanceFleetTimelineBuilder
Auto Trait Implementations§
impl RefUnwindSafe for InstanceFleetTimelineBuilder
impl Send for InstanceFleetTimelineBuilder
impl Sync for InstanceFleetTimelineBuilder
impl Unpin for InstanceFleetTimelineBuilder
impl UnwindSafe for InstanceFleetTimelineBuilder
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.