| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
 Classes modeling the various types represented by AmazonElasticMapReduce. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepConfig | 
StepDetail.getStepConfig()
The step configuration. 
 | 
StepConfig | 
StepConfig.withActionOnFailure(ActionOnFailure actionOnFailure)
The action to take if the job flow step fails. 
 | 
StepConfig | 
StepConfig.withActionOnFailure(String actionOnFailure)
The action to take if the job flow step fails. 
 | 
StepConfig | 
StepConfig.withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
The JAR file used for the job flow step. 
 | 
StepConfig | 
StepConfig.withName(String name)
The name of the job flow step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<StepConfig> | 
RunJobFlowRequest.getSteps()
A list of steps to be executed by the job flow. 
 | 
List<StepConfig> | 
AddJobFlowStepsRequest.getSteps()
A list of StepConfig to be executed by the job flow. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StepDetail.setStepConfig(StepConfig stepConfig)
The step configuration. 
 | 
StepDetail | 
StepDetail.withStepConfig(StepConfig stepConfig)
The step configuration. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withSteps(StepConfig... steps)
A list of steps to be executed by the job flow. 
 | 
AddJobFlowStepsRequest | 
AddJobFlowStepsRequest.withSteps(StepConfig... steps)
A list of StepConfig to be executed by the job flow. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RunJobFlowRequest.setSteps(Collection<StepConfig> steps)
A list of steps to be executed by the job flow. 
 | 
void | 
AddJobFlowStepsRequest.setSteps(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 be executed by the job flow. 
 | 
AddJobFlowStepsRequest | 
AddJobFlowStepsRequest.withSteps(Collection<StepConfig> steps)
A list of StepConfig to be executed by the job flow. 
 | 
| 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 © 2014. All rights reserved.