Struct aws_sdk_emr::types::builders::StepDetailBuilder
source · #[non_exhaustive]pub struct StepDetailBuilder { /* private fields */ }
Expand description
A builder for StepDetail
.
Implementations§
source§impl StepDetailBuilder
impl StepDetailBuilder
sourcepub fn step_config(self, input: StepConfig) -> Self
pub fn step_config(self, input: StepConfig) -> Self
The step configuration.
This field is required.sourcepub fn set_step_config(self, input: Option<StepConfig>) -> Self
pub fn set_step_config(self, input: Option<StepConfig>) -> Self
The step configuration.
sourcepub fn get_step_config(&self) -> &Option<StepConfig>
pub fn get_step_config(&self) -> &Option<StepConfig>
The step configuration.
sourcepub fn execution_status_detail(self, input: StepExecutionStatusDetail) -> Self
pub fn execution_status_detail(self, input: StepExecutionStatusDetail) -> Self
The description of the step status.
This field is required.sourcepub fn set_execution_status_detail(
self,
input: Option<StepExecutionStatusDetail>
) -> Self
pub fn set_execution_status_detail( self, input: Option<StepExecutionStatusDetail> ) -> Self
The description of the step status.
sourcepub fn get_execution_status_detail(&self) -> &Option<StepExecutionStatusDetail>
pub fn get_execution_status_detail(&self) -> &Option<StepExecutionStatusDetail>
The description of the step status.
sourcepub fn build(self) -> StepDetail
pub fn build(self) -> StepDetail
Consumes the builder and constructs a StepDetail
.
Trait Implementations§
source§impl Clone for StepDetailBuilder
impl Clone for StepDetailBuilder
source§fn clone(&self) -> StepDetailBuilder
fn clone(&self) -> StepDetailBuilder
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 StepDetailBuilder
impl Debug for StepDetailBuilder
source§impl Default for StepDetailBuilder
impl Default for StepDetailBuilder
source§fn default() -> StepDetailBuilder
fn default() -> StepDetailBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StepDetailBuilder
impl PartialEq for StepDetailBuilder
source§fn eq(&self, other: &StepDetailBuilder) -> bool
fn eq(&self, other: &StepDetailBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StepDetailBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StepDetailBuilder
impl Send for StepDetailBuilder
impl Sync for StepDetailBuilder
impl Unpin for StepDetailBuilder
impl UnwindSafe for StepDetailBuilder
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.