Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepDetail
Packages that use StepDetail
-
Uses of StepDetail in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepDetailModifier and TypeMethodDescriptionStepDetail.clone()
StepDetail.withExecutionStatusDetail
(StepExecutionStatusDetail executionStatusDetail) The description of the step status.StepDetail.withStepConfig
(StepConfig stepConfig) The step configuration.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepDetailMethods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepDetailModifier and TypeMethodDescriptionJobFlowDetail.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 StepDetailModifier and TypeMethodDescriptionvoid
JobFlowDetail.setSteps
(Collection<StepDetail> steps) A list of steps run by the job flow.JobFlowDetail.withSteps
(Collection<StepDetail> steps) A list of steps run by the job flow.