|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.StepDetail
public class StepDetail
Step Detail
| Constructor Summary | |
|---|---|
StepDetail()
|
|
| Method Summary | |
|---|---|
StepExecutionStatusDetail |
getExecutionStatusDetail()
Returns the value of the ExecutionStatusDetail property for this object. |
StepConfig |
getStepConfig()
Returns the value of the StepConfig property for this object. |
void |
setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
Sets the value of the ExecutionStatusDetail property for this object. |
void |
setStepConfig(StepConfig stepConfig)
Sets the value of the StepConfig property for this object. |
StepDetail |
withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
Sets the value of the ExecutionStatusDetail property for this object. |
StepDetail |
withStepConfig(StepConfig stepConfig)
Sets the value of the StepConfig property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StepDetail()
| Method Detail |
|---|
public StepConfig getStepConfig()
public void setStepConfig(StepConfig stepConfig)
stepConfig - The new value for the StepConfig property for this object.public StepDetail withStepConfig(StepConfig stepConfig)
Returns a reference to this object so that method calls can be chained together.
stepConfig - The new value for the StepConfig property for this object.
public StepExecutionStatusDetail getExecutionStatusDetail()
public void setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
executionStatusDetail - The new value for the ExecutionStatusDetail property for this object.public StepDetail withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
Returns a reference to this object so that method calls can be chained together.
executionStatusDetail - The new value for the ExecutionStatusDetail property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||