|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.StepTimeline
public class StepTimeline
The timeline of the cluster step lifecycle.
Constructor Summary | |
---|---|
StepTimeline()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Date |
getCreationDateTime()
The date and time when the cluster step was created. |
Date |
getEndDateTime()
The date and time when the cluster step execution completed or failed. |
Date |
getStartDateTime()
The date and time when the cluster step execution started. |
int |
hashCode()
|
void |
setCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created. |
void |
setEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed. |
void |
setStartDateTime(Date startDateTime)
The date and time when the cluster step execution started. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
StepTimeline |
withCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created. |
StepTimeline |
withEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed. |
StepTimeline |
withStartDateTime(Date startDateTime)
The date and time when the cluster step execution started. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StepTimeline()
Method Detail |
---|
public Date getCreationDateTime()
public void setCreationDateTime(Date creationDateTime)
creationDateTime
- The date and time when the cluster step was created.public StepTimeline withCreationDateTime(Date creationDateTime)
Returns a reference to this object so that method calls can be chained together.
creationDateTime
- The date and time when the cluster step was created.
public Date getStartDateTime()
public void setStartDateTime(Date startDateTime)
startDateTime
- The date and time when the cluster step execution started. Due to
delays in step status reporting, this can display a time which
pre-dates a previous call to DescribeStep that indicated the step was
not yet running.public StepTimeline withStartDateTime(Date startDateTime)
Returns a reference to this object so that method calls can be chained together.
startDateTime
- The date and time when the cluster step execution started. Due to
delays in step status reporting, this can display a time which
pre-dates a previous call to DescribeStep that indicated the step was
not yet running.
public Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
endDateTime
- The date and time when the cluster step execution completed or failed.
This can display a time that pre-dates a call to DescribeStep that
indicates the step is running, due to delays in step status reporting.public StepTimeline withEndDateTime(Date endDateTime)
Returns a reference to this object so that method calls can be chained together.
endDateTime
- The date and time when the cluster step execution completed or failed.
This can display a time that pre-dates a call to DescribeStep that
indicates the step is running, due to delays in step status reporting.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |