Struct aws_sdk_emr::model::step_execution_status_detail::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for StepExecutionStatusDetail
Implementations
The state of the step.
The state of the step.
The creation date and time of the step.
The creation date and time of the step.
The start date and time of the step.
The start date and time of the step.
The completion date and time of the step.
The completion date and time of the step.
A description of the step's current state.
A description of the step's current state.
Consumes the builder and constructs a StepExecutionStatusDetail
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more