Class StepTimeline
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.StepTimeline
- All Implemented Interfaces:
Serializable
,Cloneable
The timeline of the cluster step lifecycle.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The date and time when the cluster step was created.The date and time when the cluster step execution completed or failed.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.toString()
Returns a string representation of this object; useful for testing and debugging.withCreationDateTime
(Date creationDateTime) The date and time when the cluster step was created.withEndDateTime
(Date endDateTime) The date and time when the cluster step execution completed or failed.withStartDateTime
(Date startDateTime) The date and time when the cluster step execution started.
-
Constructor Details
-
StepTimeline
public StepTimeline()
-
-
Method Details
-
setCreationDateTime
The date and time when the cluster step was created.
- Parameters:
creationDateTime
- The date and time when the cluster step was created.
-
getCreationDateTime
The date and time when the cluster step was created.
- Returns:
- The date and time when the cluster step was created.
-
withCreationDateTime
The date and time when the cluster step was created.
- Parameters:
creationDateTime
- The date and time when the cluster step was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartDateTime
The date and time when the cluster step execution started.
- Parameters:
startDateTime
- The date and time when the cluster step execution started.
-
getStartDateTime
The date and time when the cluster step execution started.
- Returns:
- The date and time when the cluster step execution started.
-
withStartDateTime
The date and time when the cluster step execution started.
- Parameters:
startDateTime
- The date and time when the cluster step execution started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndDateTime
The date and time when the cluster step execution completed or failed.
- Parameters:
endDateTime
- The date and time when the cluster step execution completed or failed.
-
getEndDateTime
The date and time when the cluster step execution completed or failed.
- Returns:
- The date and time when the cluster step execution completed or failed.
-
withEndDateTime
The date and time when the cluster step execution completed or failed.
- Parameters:
endDateTime
- The date and time when the cluster step execution completed or failed.- 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
-