|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.JobFlowExecutionStatusDetail
public class JobFlowExecutionStatusDetail
Describes the status of the job flow.
Constructor Summary | |
---|---|
JobFlowExecutionStatusDetail()
|
Method Summary | |
---|---|
Date |
getCreationDateTime()
The creation date and time of the job flow. |
Date |
getEndDateTime()
The completion date and time of the job flow. |
String |
getLastStateChangeReason()
Description of the job flow last changed state. |
Date |
getReadyDateTime()
The date and time when the job flow was ready to start running bootstrap actions. |
Date |
getStartDateTime()
The start date and time of the job flow. |
String |
getState()
The state of the job flow. |
void |
setCreationDateTime(Date creationDateTime)
The creation date and time of the job flow. |
void |
setEndDateTime(Date endDateTime)
The completion date and time of the job flow. |
void |
setLastStateChangeReason(String lastStateChangeReason)
Description of the job flow last changed state. |
void |
setReadyDateTime(Date readyDateTime)
The date and time when the job flow was ready to start running bootstrap actions. |
void |
setStartDateTime(Date startDateTime)
The start date and time of the job flow. |
void |
setState(String state)
The state of the job flow. |
String |
toString()
|
JobFlowExecutionStatusDetail |
withCreationDateTime(Date creationDateTime)
The creation date and time of the job flow. |
JobFlowExecutionStatusDetail |
withEndDateTime(Date endDateTime)
The completion date and time of the job flow. |
JobFlowExecutionStatusDetail |
withLastStateChangeReason(String lastStateChangeReason)
Description of the job flow last changed state. |
JobFlowExecutionStatusDetail |
withReadyDateTime(Date readyDateTime)
The date and time when the job flow was ready to start running bootstrap actions. |
JobFlowExecutionStatusDetail |
withStartDateTime(Date startDateTime)
The start date and time of the job flow. |
JobFlowExecutionStatusDetail |
withState(String state)
The state of the job flow. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JobFlowExecutionStatusDetail()
Method Detail |
---|
public String getState()
Constraints:
Pattern: COMPLETED|FAILED|TERMINATED|RUNNING|SHUTTING_DOWN|STARTING|WAITING|BOOTSTRAPPING
public void setState(String state)
Constraints:
Pattern: COMPLETED|FAILED|TERMINATED|RUNNING|SHUTTING_DOWN|STARTING|WAITING|BOOTSTRAPPING
state
- The state of the job flow.public JobFlowExecutionStatusDetail withState(String state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: COMPLETED|FAILED|TERMINATED|RUNNING|SHUTTING_DOWN|STARTING|WAITING|BOOTSTRAPPING
state
- The state of the job flow.
public Date getCreationDateTime()
public void setCreationDateTime(Date creationDateTime)
creationDateTime
- The creation date and time of the job flow.public JobFlowExecutionStatusDetail withCreationDateTime(Date creationDateTime)
Returns a reference to this object so that method calls can be chained together.
creationDateTime
- The creation date and time of the job flow.
public Date getStartDateTime()
public void setStartDateTime(Date startDateTime)
startDateTime
- The start date and time of the job flow.public JobFlowExecutionStatusDetail withStartDateTime(Date startDateTime)
Returns a reference to this object so that method calls can be chained together.
startDateTime
- The start date and time of the job flow.
public Date getReadyDateTime()
public void setReadyDateTime(Date readyDateTime)
readyDateTime
- The date and time when the job flow was ready to start running
bootstrap actions.public JobFlowExecutionStatusDetail withReadyDateTime(Date readyDateTime)
Returns a reference to this object so that method calls can be chained together.
readyDateTime
- The date and time when the job flow was ready to start running
bootstrap actions.
public Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
endDateTime
- The completion date and time of the job flow.public JobFlowExecutionStatusDetail withEndDateTime(Date endDateTime)
Returns a reference to this object so that method calls can be chained together.
endDateTime
- The completion date and time of the job flow.
public String getLastStateChangeReason()
Constraints:
Pattern: MASTER_TERMINATED|START_FAILED|STEP_FAILED
public void setLastStateChangeReason(String lastStateChangeReason)
Constraints:
Pattern: MASTER_TERMINATED|START_FAILED|STEP_FAILED
lastStateChangeReason
- Description of the job flow last changed state.public JobFlowExecutionStatusDetail withLastStateChangeReason(String lastStateChangeReason)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: MASTER_TERMINATED|START_FAILED|STEP_FAILED
lastStateChangeReason
- Description of the job flow last changed state.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |