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