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 step fails.
|
StepConfig |
StepConfig.withActionOnFailure(String actionOnFailure)
The action to take when the 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> |
RunJobFlowRequest.getSteps()
A list of steps to run.
|
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 run.
|
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 run.
|
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 run.
|
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 © 2024. All rights reserved.