Struct aws_sdk_emr::model::step_status::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for StepStatus
Implementations
The execution state of the cluster step.
The reason for the step execution status change.
The reason for the step execution status change.
The details for the step failure including reason, message, and log file path where the root cause was identified.
The details for the step failure including reason, message, and log file path where the root cause was identified.
The timeline of the cluster step status over time.
The timeline of the cluster step status over time.
Consumes the builder and constructs a StepStatus
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