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