|
||||||||||
| 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
Step Config
| Constructor Summary | |
|---|---|
StepConfig()
|
|
| Method Summary | |
|---|---|
String |
getActionOnFailure()
Returns the value of the ActionOnFailure property for this object. |
HadoopJarStepConfig |
getHadoopJarStep()
Returns the value of the HadoopJarStep property for this object. |
String |
getName()
Returns the value of the Name property for this object. |
void |
setActionOnFailure(String actionOnFailure)
Sets the value of the ActionOnFailure property for this object. |
void |
setHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
Sets the value of the HadoopJarStep property for this object. |
void |
setName(String name)
Sets the value of the Name property for this object. |
StepConfig |
withActionOnFailure(String actionOnFailure)
Sets the value of the ActionOnFailure property for this object. |
StepConfig |
withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
Sets the value of the HadoopJarStep property for this object. |
StepConfig |
withName(String name)
Sets the value of the Name property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, 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 new value for the Name property for this object.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 new value for the Name property for this object.
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 - The new value for the ActionOnFailure property for this object.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 - The new value for the ActionOnFailure property for this object.
public HadoopJarStepConfig getHadoopJarStep()
public void setHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
hadoopJarStep - The new value for the HadoopJarStep property for this object.public StepConfig withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
Returns a reference to this object so that method calls can be chained together.
hadoopJarStep - The new value for the HadoopJarStep property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||