Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepConfig
Packages that use StepConfig
-
Uses of StepConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepConfigModifier and TypeMethodDescriptionStepConfig.clone()
StepDetail.getStepConfig()
The step configuration.StepConfig.withActionOnFailure
(ActionOnFailure actionOnFailure) The action to take if the job flow step fails.StepConfig.withActionOnFailure
(String actionOnFailure) The action to take if the job flow step fails.StepConfig.withHadoopJarStep
(HadoopJarStepConfig hadoopJarStep) The JAR file used for the job flow step.The name of the job flow step.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepConfigModifier and TypeMethodDescriptionAddJobFlowStepsRequest.getSteps()
A list of StepConfig to be executed by the job flow.RunJobFlowRequest.getSteps()
A list of steps to be executed by the job flow.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepConfigModifier and TypeMethodDescriptionvoid
StepDetail.setStepConfig
(StepConfig stepConfig) The step configuration.StepDetail.withStepConfig
(StepConfig stepConfig) The step configuration.AddJobFlowStepsRequest.withSteps
(StepConfig... steps) A list of StepConfig to be executed by the job flow.RunJobFlowRequest.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 StepConfigModifier and TypeMethodDescriptionvoid
AddJobFlowStepsRequest.setSteps
(Collection<StepConfig> steps) A list of StepConfig to be executed by the job flow.void
RunJobFlowRequest.setSteps
(Collection<StepConfig> steps) A list of steps to be executed by the job flow.AddJobFlowStepsRequest.withSteps
(Collection<StepConfig> steps) A list of StepConfig to be executed by the job flow.RunJobFlowRequest.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 StepConfigModifierConstructorDescriptionStepDetail
(StepConfig stepConfig, StepExecutionStatusDetail executionStatusDetail) Constructs a new StepDetail object.Constructor parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepConfigModifierConstructorDescriptionAddJobFlowStepsRequest
(String jobFlowId, List<StepConfig> steps) Constructs a new AddJobFlowStepsRequest object.