Struct aws_sdk_emr::model::step_status::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for StepStatus.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_state(self, input: Option<StepState>) -> Self
pub fn set_state(self, input: Option<StepState>) -> Self
The execution state of the cluster step.
sourcepub fn state_change_reason(self, input: StepStateChangeReason) -> Self
pub fn state_change_reason(self, input: StepStateChangeReason) -> Self
The reason for the step execution status change.
sourcepub fn set_state_change_reason(
self,
input: Option<StepStateChangeReason>
) -> Self
pub fn set_state_change_reason(
self,
input: Option<StepStateChangeReason>
) -> Self
The reason for the step execution status change.
sourcepub fn failure_details(self, input: FailureDetails) -> Self
pub fn failure_details(self, input: FailureDetails) -> Self
The details for the step failure including reason, message, and log file path where the root cause was identified.
sourcepub fn set_failure_details(self, input: Option<FailureDetails>) -> Self
pub fn set_failure_details(self, input: Option<FailureDetails>) -> Self
The details for the step failure including reason, message, and log file path where the root cause was identified.
sourcepub fn timeline(self, input: StepTimeline) -> Self
pub fn timeline(self, input: StepTimeline) -> Self
The timeline of the cluster step status over time.
sourcepub fn set_timeline(self, input: Option<StepTimeline>) -> Self
pub fn set_timeline(self, input: Option<StepTimeline>) -> Self
The timeline of the cluster step status over time.
sourcepub fn build(self) -> StepStatus
pub fn build(self) -> StepStatus
Consumes the builder and constructs a StepStatus.