|
Did this page help you?Yes No Tell us about it... |
||||||
| 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()
Default constructor for a new JobFlowExecutionStatusDetail object. |
|
JobFlowExecutionStatusDetail(JobFlowExecutionState state,
java.util.Date creationDateTime)
Constructs a new JobFlowExecutionStatusDetail object. |
|
JobFlowExecutionStatusDetail(java.lang.String state,
java.util.Date creationDateTime)
Constructs a new JobFlowExecutionStatusDetail object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Date |
getCreationDateTime()
The creation date and time of the job flow. |
java.util.Date |
getEndDateTime()
The completion date and time of the job flow. |
java.lang.String |
getLastStateChangeReason()
Description of the job flow last changed state. |
java.util.Date |
getReadyDateTime()
The date and time when the job flow was ready to start running bootstrap actions. |
java.util.Date |
getStartDateTime()
The start date and time of the job flow. |
java.lang.String |
getState()
The state of the job flow. |
int |
hashCode()
|
void |
setCreationDateTime(java.util.Date creationDateTime)
The creation date and time of the job flow. |
void |
setEndDateTime(java.util.Date endDateTime)
The completion date and time of the job flow. |
void |
setLastStateChangeReason(java.lang.String lastStateChangeReason)
Description of the job flow last changed state. |
void |
setReadyDateTime(java.util.Date readyDateTime)
The date and time when the job flow was ready to start running bootstrap actions. |
void |
setStartDateTime(java.util.Date startDateTime)
The start date and time of the job flow. |
void |
setState(JobFlowExecutionState state)
The state of the job flow. |
void |
setState(java.lang.String state)
The state of the job flow. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
JobFlowExecutionStatusDetail |
withCreationDateTime(java.util.Date creationDateTime)
The creation date and time of the job flow. |
JobFlowExecutionStatusDetail |
withEndDateTime(java.util.Date endDateTime)
The completion date and time of the job flow. |
JobFlowExecutionStatusDetail |
withLastStateChangeReason(java.lang.String lastStateChangeReason)
Description of the job flow last changed state. |
JobFlowExecutionStatusDetail |
withReadyDateTime(java.util.Date readyDateTime)
The date and time when the job flow was ready to start running bootstrap actions. |
JobFlowExecutionStatusDetail |
withStartDateTime(java.util.Date startDateTime)
The start date and time of the job flow. |
JobFlowExecutionStatusDetail |
withState(JobFlowExecutionState state)
The state of the job flow. |
JobFlowExecutionStatusDetail |
withState(java.lang.String state)
The state of the job flow. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JobFlowExecutionStatusDetail()
public JobFlowExecutionStatusDetail(java.lang.String state,
java.util.Date creationDateTime)
state - The state of the job flow.creationDateTime - The creation date and time of the job flow.
public JobFlowExecutionStatusDetail(JobFlowExecutionState state,
java.util.Date creationDateTime)
state - The state of the job flow.creationDateTime - The creation date and time of the job flow.| Method Detail |
|---|
public java.lang.String getState()
Constraints:
Allowed Values: COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING
JobFlowExecutionStatepublic void setState(java.lang.String state)
Constraints:
Allowed Values: COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING
state - The state of the job flow.JobFlowExecutionStatepublic JobFlowExecutionStatusDetail withState(java.lang.String state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING
state - The state of the job flow.
JobFlowExecutionStatepublic void setState(JobFlowExecutionState state)
Constraints:
Allowed Values: COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING
state - The state of the job flow.JobFlowExecutionStatepublic JobFlowExecutionStatusDetail withState(JobFlowExecutionState state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING
state - The state of the job flow.
JobFlowExecutionStatepublic java.util.Date getCreationDateTime()
public void setCreationDateTime(java.util.Date creationDateTime)
creationDateTime - The creation date and time of the job flow.public JobFlowExecutionStatusDetail withCreationDateTime(java.util.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 java.util.Date getStartDateTime()
public void setStartDateTime(java.util.Date startDateTime)
startDateTime - The start date and time of the job flow.public JobFlowExecutionStatusDetail withStartDateTime(java.util.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 java.util.Date getReadyDateTime()
public void setReadyDateTime(java.util.Date readyDateTime)
readyDateTime - The date and time when the job flow was ready to start running
bootstrap actions.public JobFlowExecutionStatusDetail withReadyDateTime(java.util.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 java.util.Date getEndDateTime()
public void setEndDateTime(java.util.Date endDateTime)
endDateTime - The completion date and time of the job flow.public JobFlowExecutionStatusDetail withEndDateTime(java.util.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 java.lang.String getLastStateChangeReason()
Constraints:
Length: 0 - 10280
Pattern: [ -??-??-?\r\n\t]*
public void setLastStateChangeReason(java.lang.String lastStateChangeReason)
Constraints:
Length: 0 - 10280
Pattern: [ -??-??-?\r\n\t]*
lastStateChangeReason - Description of the job flow last changed state.public JobFlowExecutionStatusDetail withLastStateChangeReason(java.lang.String lastStateChangeReason)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10280
Pattern: [ -??-??-?\r\n\t]*
lastStateChangeReason - Description of the job flow last changed state.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||