|
||||||||||
| 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
| Constructor Summary | |
|---|---|
JobFlowExecutionStatusDetail()
|
|
| Method Summary | |
|---|---|
Date |
getCreationDateTime()
The date and time the job flow was created. |
Date |
getEndDateTime()
The date and time the job flow ended. |
String |
getLastStateChangeReason()
Contains a description explaining the reason for the last Amazon EC2 status change. |
Date |
getReadyDateTime()
Returns the value of the ReadyDateTime property for this object. |
Date |
getStartDateTime()
The date and time the job flow started. |
String |
getState()
The state of the job flow. |
void |
setCreationDateTime(Date creationDateTime)
The date and time the job flow was created. |
void |
setEndDateTime(Date endDateTime)
The date and time the job flow ended. |
void |
setLastStateChangeReason(String lastStateChangeReason)
Contains a description explaining the reason for the last Amazon EC2 status change. |
void |
setReadyDateTime(Date readyDateTime)
Sets the value of the ReadyDateTime property for this object. |
void |
setStartDateTime(Date startDateTime)
The date and time the job flow started. |
void |
setState(String state)
The state of the job flow. |
String |
toString()
|
JobFlowExecutionStatusDetail |
withCreationDateTime(Date creationDateTime)
The date and time the job flow was created. |
JobFlowExecutionStatusDetail |
withEndDateTime(Date endDateTime)
The date and time the job flow ended. |
JobFlowExecutionStatusDetail |
withLastStateChangeReason(String lastStateChangeReason)
Contains a description explaining the reason for the last Amazon EC2 status change. |
JobFlowExecutionStatusDetail |
withReadyDateTime(Date readyDateTime)
Sets the value of the ReadyDateTime property for this object. |
JobFlowExecutionStatusDetail |
withStartDateTime(Date startDateTime)
The date and time the job flow started. |
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 date and time the job flow was created.public JobFlowExecutionStatusDetail withCreationDateTime(Date creationDateTime)
Returns a reference to this object so that method calls can be chained together.
creationDateTime - The date and time the job flow was created.
public Date getStartDateTime()
public void setStartDateTime(Date startDateTime)
startDateTime - The date and time the job flow started.public JobFlowExecutionStatusDetail withStartDateTime(Date startDateTime)
Returns a reference to this object so that method calls can be chained together.
startDateTime - The date and time the job flow started.
public Date getReadyDateTime()
public void setReadyDateTime(Date readyDateTime)
readyDateTime - The new value for the ReadyDateTime property for this object.public JobFlowExecutionStatusDetail withReadyDateTime(Date readyDateTime)
Returns a reference to this object so that method calls can be chained together.
readyDateTime - The new value for the ReadyDateTime property for this object.
public Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
endDateTime - The date and time the job flow ended.public JobFlowExecutionStatusDetail withEndDateTime(Date endDateTime)
Returns a reference to this object so that method calls can be chained together.
endDateTime - The date and time the job flow ended.
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 - Contains a description explaining the reason for the last Amazon EC2
status change.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 - Contains a description explaining the reason for the last Amazon EC2
status change.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||