Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
StepDetail |
StepDetail.clone() |
StepDetail |
StepDetail.withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.
|
StepDetail |
StepDetail.withStepConfig(StepConfig stepConfig)
The step configuration.
|
Modifier and Type | Method and Description |
---|---|
List<StepDetail> |
JobFlowDetail.getSteps()
A list of steps run by the job flow.
|
Modifier and Type | Method and Description |
---|---|
JobFlowDetail |
JobFlowDetail.withSteps(StepDetail... steps)
A list of steps run by the job flow.
|
Modifier and Type | Method and Description |
---|---|
void |
JobFlowDetail.setSteps(Collection<StepDetail> steps)
A list of steps run by the job flow.
|
JobFlowDetail |
JobFlowDetail.withSteps(Collection<StepDetail> steps)
A list of steps run by the job flow.
|
Copyright © 2018. All rights reserved.