Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepDetail
-
Packages that use StepDetail Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of StepDetail in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepDetail Modifier and Type Method Description StepDetail
StepDetail. clone()
StepDetail
StepDetail. withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.StepDetail
StepDetail. withStepConfig(StepConfig stepConfig)
The step configuration.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepDetail Modifier and Type Method Description List<StepDetail>
JobFlowDetail. getSteps()
A list of steps run by the job flow.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepDetail Modifier and Type Method Description JobFlowDetail
JobFlowDetail. withSteps(StepDetail... steps)
A list of steps run by the job flow.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepDetail Modifier and Type Method 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.
-