|
||||||||||
| 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
Job Flow Execution Status Detail
| Constructor Summary | |
|---|---|
JobFlowExecutionStatusDetail()
|
|
| Method Summary | |
|---|---|
Date |
getCreationDateTime()
Returns the value of the CreationDateTime property for this object. |
Date |
getEndDateTime()
Returns the value of the EndDateTime property for this object. |
String |
getLastStateChangeReason()
Returns the value of the LastStateChangeReason property for this object. |
Date |
getStartDateTime()
Returns the value of the StartDateTime property for this object. |
String |
getState()
Returns the value of the State property for this object. |
void |
setCreationDateTime(Date creationDateTime)
Sets the value of the CreationDateTime property for this object. |
void |
setEndDateTime(Date endDateTime)
Sets the value of the EndDateTime property for this object. |
void |
setLastStateChangeReason(String lastStateChangeReason)
Sets the value of the LastStateChangeReason property for this object. |
void |
setStartDateTime(Date startDateTime)
Sets the value of the StartDateTime property for this object. |
void |
setState(String state)
Sets the value of the State property for this object. |
JobFlowExecutionStatusDetail |
withCreationDateTime(Date creationDateTime)
Sets the value of the CreationDateTime property for this object. |
JobFlowExecutionStatusDetail |
withEndDateTime(Date endDateTime)
Sets the value of the EndDateTime property for this object. |
JobFlowExecutionStatusDetail |
withLastStateChangeReason(String lastStateChangeReason)
Sets the value of the LastStateChangeReason property for this object. |
JobFlowExecutionStatusDetail |
withStartDateTime(Date startDateTime)
Sets the value of the StartDateTime property for this object. |
JobFlowExecutionStatusDetail |
withState(String state)
Sets the value of the State property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobFlowExecutionStatusDetail()
| Method Detail |
|---|
public String getState()
Constraints:
Pattern: COMPLETED|FAILED|TERMINATED|RUNNING|SHUTTING_DOWN|STARTING|WAITING
public void setState(String state)
Constraints:
Pattern: COMPLETED|FAILED|TERMINATED|RUNNING|SHUTTING_DOWN|STARTING|WAITING
state - The new value for the State property for this object.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
state - The new value for the State property for this object.
public Date getCreationDateTime()
public void setCreationDateTime(Date creationDateTime)
creationDateTime - The new value for the CreationDateTime property for this object.public JobFlowExecutionStatusDetail withCreationDateTime(Date creationDateTime)
Returns a reference to this object so that method calls can be chained together.
creationDateTime - The new value for the CreationDateTime property for this object.
public Date getStartDateTime()
public void setStartDateTime(Date startDateTime)
startDateTime - The new value for the StartDateTime property for this object.public JobFlowExecutionStatusDetail withStartDateTime(Date startDateTime)
Returns a reference to this object so that method calls can be chained together.
startDateTime - The new value for the StartDateTime property for this object.
public Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
endDateTime - The new value for the EndDateTime property for this object.public JobFlowExecutionStatusDetail withEndDateTime(Date endDateTime)
Returns a reference to this object so that method calls can be chained together.
endDateTime - The new value for the EndDateTime property for this object.
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 - The new value for the LastStateChangeReason property for this object.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 - The new value for the LastStateChangeReason property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||