Struct aws_sdk_emr::model::step_detail::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for StepDetail.
Implementations§
source§impl Builder
impl Builder
sourcepub fn step_config(self, input: StepConfig) -> Self
pub fn step_config(self, input: StepConfig) -> Self
The step configuration.
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 execution_status_detail(self, input: StepExecutionStatusDetail) -> Self
pub fn execution_status_detail(self, input: StepExecutionStatusDetail) -> Self
The description of the step status.
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 build(self) -> StepDetail
pub fn build(self) -> StepDetail
Consumes the builder and constructs a StepDetail.