|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.StepExecutionStatusDetail
public class StepExecutionStatusDetail
| Constructor Summary | |
|---|---|
StepExecutionStatusDetail()
|
|
| Method Summary | |
|---|---|
Date |
getCreationDateTime()
The date and time the step was created. |
Date |
getEndDateTime()
The date and time the step ended. |
String |
getLastStateChangeReason()
A description explaining the reason for the last Amazon EC2 status change. |
Date |
getStartDateTime()
The date and time the step was started. |
String |
getState()
The state of the step. |
void |
setCreationDateTime(Date creationDateTime)
The date and time the step was created. |
void |
setEndDateTime(Date endDateTime)
The date and time the step ended. |
void |
setLastStateChangeReason(String lastStateChangeReason)
A description explaining the reason for the last Amazon EC2 status change. |
void |
setStartDateTime(Date startDateTime)
The date and time the step was started. |
void |
setState(String state)
The state of the step. |
String |
toString()
|
StepExecutionStatusDetail |
withCreationDateTime(Date creationDateTime)
The date and time the step was created. |
StepExecutionStatusDetail |
withEndDateTime(Date endDateTime)
The date and time the step ended. |
StepExecutionStatusDetail |
withLastStateChangeReason(String lastStateChangeReason)
A description explaining the reason for the last Amazon EC2 status change. |
StepExecutionStatusDetail |
withStartDateTime(Date startDateTime)
The date and time the step was started. |
StepExecutionStatusDetail |
withState(String state)
The state of the step. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StepExecutionStatusDetail()
| Method Detail |
|---|
public String getState()
Constraints:
Pattern: PENDING|RUNNING|COMPLETED|CANCELLED|FAILED|INTERRUPTED
public void setState(String state)
Constraints:
Pattern: PENDING|RUNNING|COMPLETED|CANCELLED|FAILED|INTERRUPTED
state - The state of the step.public StepExecutionStatusDetail withState(String state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: PENDING|RUNNING|COMPLETED|CANCELLED|FAILED|INTERRUPTED
state - The state of the step.
public Date getCreationDateTime()
public void setCreationDateTime(Date creationDateTime)
creationDateTime - The date and time the step was created.public StepExecutionStatusDetail withCreationDateTime(Date creationDateTime)
Returns a reference to this object so that method calls can be chained together.
creationDateTime - The date and time the step was created.
public Date getStartDateTime()
public void setStartDateTime(Date startDateTime)
startDateTime - The date and time the step was started.public StepExecutionStatusDetail withStartDateTime(Date startDateTime)
Returns a reference to this object so that method calls can be chained together.
startDateTime - The date and time the step was started.
public Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
endDateTime - The date and time the step ended.public StepExecutionStatusDetail withEndDateTime(Date endDateTime)
Returns a reference to this object so that method calls can be chained together.
endDateTime - The date and time the step ended.
public String getLastStateChangeReason()
public void setLastStateChangeReason(String lastStateChangeReason)
lastStateChangeReason - A description explaining the reason for the last Amazon EC2 status
change.public StepExecutionStatusDetail withLastStateChangeReason(String lastStateChangeReason)
Returns a reference to this object so that method calls can be chained together.
lastStateChangeReason - 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 | |||||||||