|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.StepConfig
public class StepConfig
| Constructor Summary | |
|---|---|
StepConfig()
|
|
| Method Summary | |
|---|---|
String |
getActionOnFailure()
Specifies what happens to the Amazon EC2 cluster when the job flow results in an error. |
HadoopJarStepConfig |
getHadoopJarStep()
Specifies a Hadoop step. |
String |
getName()
The name of the step. |
void |
setActionOnFailure(String actionOnFailure)
Specifies what happens to the Amazon EC2 cluster when the job flow results in an error. |
void |
setHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
Specifies a Hadoop step. |
void |
setName(String name)
The name of the step. |
String |
toString()
|
StepConfig |
withActionOnFailure(String actionOnFailure)
Specifies what happens to the Amazon EC2 cluster when the job flow results in an error. |
StepConfig |
withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
Specifies a Hadoop step. |
StepConfig |
withName(String name)
The name of the step. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StepConfig()
| Method Detail |
|---|
public String getName()
Constraints:
Length: 1 - 256
public void setName(String name)
Constraints:
Length: 1 - 256
name - The name of the step.public StepConfig withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
name - The name of the step.
public String getActionOnFailure()
Constraints:
Pattern: TERMINATE_JOB_FLOW|CANCEL_AND_WAIT|CONTINUE
public void setActionOnFailure(String actionOnFailure)
Constraints:
Pattern: TERMINATE_JOB_FLOW|CANCEL_AND_WAIT|CONTINUE
actionOnFailure - Specifies what happens to the Amazon EC2 cluster when the job flow
results in an error.public StepConfig withActionOnFailure(String actionOnFailure)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: TERMINATE_JOB_FLOW|CANCEL_AND_WAIT|CONTINUE
actionOnFailure - Specifies what happens to the Amazon EC2 cluster when the job flow
results in an error.
public HadoopJarStepConfig getHadoopJarStep()
public void setHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
hadoopJarStep - Specifies a Hadoop step.public StepConfig withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
Returns a reference to this object so that method calls can be chained together.
hadoopJarStep - Specifies a Hadoop step.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||