Class InstanceGroupTimeline
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.InstanceGroupTimeline
- All Implemented Interfaces:
Serializable
,Cloneable
The timeline of the instance group lifecycle.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The creation date and time of the instance group.The date and time when the instance group terminated.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.toString()
Returns a string representation of this object; useful for testing and debugging.withCreationDateTime
(Date creationDateTime) The creation date and time of the instance group.withEndDateTime
(Date endDateTime) The date and time when the instance group terminated.withReadyDateTime
(Date readyDateTime) The date and time when the instance group became ready to perform tasks.
-
Constructor Details
-
InstanceGroupTimeline
public InstanceGroupTimeline()
-
-
Method Details
-
setCreationDateTime
The creation date and time of the instance group.
- Parameters:
creationDateTime
- The creation date and time of the instance group.
-
getCreationDateTime
The creation date and time of the instance group.
- Returns:
- The creation date and time of the instance group.
-
withCreationDateTime
The creation date and time of the instance group.
- Parameters:
creationDateTime
- The creation date and time of the instance group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReadyDateTime
The date and time when the instance group became ready to perform tasks.
- Parameters:
readyDateTime
- The date and time when the instance group became ready to perform tasks.
-
getReadyDateTime
The date and time when the instance group became ready to perform tasks.
- Returns:
- The date and time when the instance group became ready to perform tasks.
-
withReadyDateTime
The date and time when the instance group became ready to perform tasks.
- Parameters:
readyDateTime
- The date and time when the instance group became ready to perform tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndDateTime
The date and time when the instance group terminated.
- Parameters:
endDateTime
- The date and time when the instance group terminated.
-
getEndDateTime
The date and time when the instance group terminated.
- Returns:
- The date and time when the instance group terminated.
-
withEndDateTime
The date and time when the instance group terminated.
- Parameters:
endDateTime
- The date and time when the instance group terminated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-