Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepConfig
-
Packages that use StepConfig Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of StepConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepConfig Modifier and Type Method Description StepConfigStepConfig. clone()StepConfigStepDetail. getStepConfig()The step configuration.StepConfigStepConfig. withActionOnFailure(ActionOnFailure actionOnFailure)The action to take if the job flow step fails.StepConfigStepConfig. withActionOnFailure(String actionOnFailure)The action to take if the job flow step fails.StepConfigStepConfig. withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)The JAR file used for the job flow step.StepConfigStepConfig. withName(String name)The name of the job flow step.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepConfig Modifier and Type Method Description List<StepConfig>AddJobFlowStepsRequest. getSteps()A list of StepConfig to be executed by the job flow.List<StepConfig>RunJobFlowRequest. getSteps()A list of steps to be executed by the job flow.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepConfig Modifier and Type Method Description voidStepDetail. setStepConfig(StepConfig stepConfig)The step configuration.StepDetailStepDetail. withStepConfig(StepConfig stepConfig)The step configuration.AddJobFlowStepsRequestAddJobFlowStepsRequest. withSteps(StepConfig... steps)A list of StepConfig to be executed by the job flow.RunJobFlowRequestRunJobFlowRequest. withSteps(StepConfig... steps)A list of steps to be executed by the job flow.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepConfig Modifier and Type Method Description voidAddJobFlowStepsRequest. setSteps(Collection<StepConfig> steps)A list of StepConfig to be executed by the job flow.voidRunJobFlowRequest. setSteps(Collection<StepConfig> steps)A list of steps to be executed by the job flow.AddJobFlowStepsRequestAddJobFlowStepsRequest. withSteps(Collection<StepConfig> steps)A list of StepConfig to be executed by the job flow.RunJobFlowRequestRunJobFlowRequest. withSteps(Collection<StepConfig> steps)A list of steps to be executed by the job flow.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type StepConfig Constructor Description StepDetail(StepConfig stepConfig, StepExecutionStatusDetail executionStatusDetail)Constructs a new StepDetail object.Constructor parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepConfig Constructor Description AddJobFlowStepsRequest(String jobFlowId, List<StepConfig> steps)Constructs a new AddJobFlowStepsRequest object.
-