Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private StepConfig |
StepDetail.stepConfig
The step configuration.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<StepConfig> |
RunJobFlowRequest.steps
A list of steps to be executed by the job flow.
|
private SdkInternalList<StepConfig> |
AddJobFlowStepsRequest.steps
A list of StepConfig to be executed by the job flow.
|
Modifier and Type | Method and Description |
---|---|
StepConfig |
StepConfig.clone() |
StepConfig |
StepDetail.getStepConfig()
The step configuration.
|
StepConfig |
StepConfig.withActionOnFailure(ActionOnFailure actionOnFailure)
The action to take if the job flow step fails.
|
StepConfig |
StepConfig.withActionOnFailure(java.lang.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(java.lang.String name)
The name of the job flow step.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StepConfig> |
RunJobFlowRequest.getSteps()
A list of steps to be executed by the job flow.
|
java.util.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(java.util.Collection<StepConfig> steps)
A list of steps to be executed by the job flow.
|
void |
AddJobFlowStepsRequest.setSteps(java.util.Collection<StepConfig> steps)
A list of StepConfig to be executed by the job flow.
|
RunJobFlowRequest |
RunJobFlowRequest.withSteps(java.util.Collection<StepConfig> steps)
A list of steps to be executed by the job flow.
|
AddJobFlowStepsRequest |
AddJobFlowStepsRequest.withSteps(java.util.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(java.lang.String jobFlowId,
java.util.List<StepConfig> steps)
Constructs a new AddJobFlowStepsRequest object.
|
Modifier and Type | Method and Description |
---|---|
StepConfig |
StepConfigJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StepConfigJsonMarshaller.marshall(StepConfig stepConfig,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|