|
||||||||||
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
Combines the execution state and configuration of a step.
Constructor Summary | |
---|---|
StepDetail()
|
Method Summary | |
---|---|
StepExecutionStatusDetail |
getExecutionStatusDetail()
The description of the step status. |
StepConfig |
getStepConfig()
The step configuration. |
void |
setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status. |
void |
setStepConfig(StepConfig stepConfig)
The step configuration. |
String |
toString()
|
StepDetail |
withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status. |
StepDetail |
withStepConfig(StepConfig stepConfig)
The step configuration. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StepDetail()
Method Detail |
---|
public StepConfig getStepConfig()
public void setStepConfig(StepConfig stepConfig)
stepConfig
- The step configuration.public StepDetail withStepConfig(StepConfig stepConfig)
Returns a reference to this object so that method calls can be chained together.
stepConfig
- The step configuration.
public StepExecutionStatusDetail getExecutionStatusDetail()
public void setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
executionStatusDetail
- The description of the step status.public StepDetail withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
Returns a reference to this object so that method calls can be chained together.
executionStatusDetail
- The description of the step status.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |