|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.InstanceGroupTimeline
public class InstanceGroupTimeline
The timeline of the instance group lifecycle.
Constructor Summary | |
---|---|
InstanceGroupTimeline()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Date |
getCreationDateTime()
The creation date and time of the instance group. |
Date |
getEndDateTime()
The date and time when the instance group terminated. |
Date |
getReadyDateTime()
The date and time when the instance group became ready to perform tasks. |
int |
hashCode()
|
void |
setCreationDateTime(Date creationDateTime)
The creation date and time of the instance group. |
void |
setEndDateTime(Date endDateTime)
The date and time when the instance group terminated. |
void |
setReadyDateTime(Date readyDateTime)
The date and time when the instance group became ready to perform tasks. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InstanceGroupTimeline |
withCreationDateTime(Date creationDateTime)
The creation date and time of the instance group. |
InstanceGroupTimeline |
withEndDateTime(Date endDateTime)
The date and time when the instance group terminated. |
InstanceGroupTimeline |
withReadyDateTime(Date readyDateTime)
The date and time when the instance group became ready to perform tasks. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InstanceGroupTimeline()
Method Detail |
---|
public Date getCreationDateTime()
public void setCreationDateTime(Date creationDateTime)
creationDateTime
- The creation date and time of the instance group.public InstanceGroupTimeline withCreationDateTime(Date creationDateTime)
Returns a reference to this object so that method calls can be chained together.
creationDateTime
- The creation date and time of the instance group.
public Date getReadyDateTime()
public void setReadyDateTime(Date readyDateTime)
readyDateTime
- The date and time when the instance group became ready to perform
tasks.public InstanceGroupTimeline withReadyDateTime(Date readyDateTime)
Returns a reference to this object so that method calls can be chained together.
readyDateTime
- The date and time when the instance group became ready to perform
tasks.
public Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
endDateTime
- The date and time when the instance group terminated.public InstanceGroupTimeline withEndDateTime(Date endDateTime)
Returns a reference to this object so that method calls can be chained together.
endDateTime
- The date and time when the instance group terminated.
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 |