| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
| StepConfig | StepConfig. clone() | 
| StepConfig | StepDetail. getStepConfig()
 The step configuration. | 
| StepConfig | StepConfig. withActionOnFailure(ActionOnFailure actionOnFailure)
 The action to take when the cluster step fails. | 
| StepConfig | StepConfig. withActionOnFailure(String actionOnFailure)
 The action to take when the cluster step fails. | 
| StepConfig | StepConfig. withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
 The JAR file used for the step. | 
| StepConfig | StepConfig. withName(String name)
 The name of the step. | 
| Modifier and Type | Method and 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 run. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StepDetail. setStepConfig(StepConfig stepConfig)
 The step configuration. | 
| StepDetail | StepDetail. withStepConfig(StepConfig stepConfig)
 The step configuration. | 
| AddJobFlowStepsRequest | AddJobFlowStepsRequest. withSteps(StepConfig... steps)
 A list of StepConfig to be executed by the job flow. | 
| RunJobFlowRequest | RunJobFlowRequest. withSteps(StepConfig... steps)
 A list of steps to run. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | 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 run. | 
| AddJobFlowStepsRequest | AddJobFlowStepsRequest. withSteps(Collection<StepConfig> steps)
 A list of StepConfig to be executed by the job flow. | 
| RunJobFlowRequest | RunJobFlowRequest. withSteps(Collection<StepConfig> steps)
 A list of steps to run. | 
| Constructor and Description | 
|---|
| StepDetail(StepConfig stepConfig,
          StepExecutionStatusDetail executionStatusDetail)Constructs a new StepDetail object. | 
| Constructor and Description | 
|---|
| AddJobFlowStepsRequest(String jobFlowId,
                      List<StepConfig> steps)Constructs a new AddJobFlowStepsRequest object. | 
Copyright © 2021. All rights reserved.