com.amazonaws.services.elasticmapreduce.model
Class StepTimeline

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.StepTimeline
All Implemented Interfaces:
Serializable

public class StepTimeline
extends Object
implements Serializable

The timeline of the cluster step lifecycle.

See Also:
Serialized Form

Constructor Summary
StepTimeline()
           
 
Method Summary
 boolean equals(Object obj)
           
 Date getCreationDateTime()
          The date and time when the cluster step was created.
 Date getEndDateTime()
          The date and time when the cluster step execution completed or failed.
 Date getStartDateTime()
          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.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 StepTimeline withCreationDateTime(Date creationDateTime)
          The date and time when the cluster step was created.
 StepTimeline withEndDateTime(Date endDateTime)
          The date and time when the cluster step execution completed or failed.
 StepTimeline withStartDateTime(Date startDateTime)
          The date and time when the cluster step execution started.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepTimeline

public StepTimeline()
Method Detail

getCreationDateTime

public Date getCreationDateTime()
The date and time when the cluster step was created.

Returns:
The date and time when the cluster step was created.

setCreationDateTime

public void setCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.

Parameters:
creationDateTime - The date and time when the cluster step was created.

withCreationDateTime

public StepTimeline withCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.

Returns a reference to this object so that method calls can be chained together.

Parameters:
creationDateTime - The date and time when the cluster step was created.
Returns:
A reference to this updated object so that method calls can be chained together.

getStartDateTime

public Date getStartDateTime()
The date and time when the cluster step execution started. Due to delays in step status reporting, this can display a time which pre-dates a previous call to DescribeStep that indicated the step was not yet running.

Returns:
The date and time when the cluster step execution started. Due to delays in step status reporting, this can display a time which pre-dates a previous call to DescribeStep that indicated the step was not yet running.

setStartDateTime

public void setStartDateTime(Date startDateTime)
The date and time when the cluster step execution started. Due to delays in step status reporting, this can display a time which pre-dates a previous call to DescribeStep that indicated the step was not yet running.

Parameters:
startDateTime - The date and time when the cluster step execution started. Due to delays in step status reporting, this can display a time which pre-dates a previous call to DescribeStep that indicated the step was not yet running.

withStartDateTime

public StepTimeline withStartDateTime(Date startDateTime)
The date and time when the cluster step execution started. Due to delays in step status reporting, this can display a time which pre-dates a previous call to DescribeStep that indicated the step was not yet running.

Returns a reference to this object so that method calls can be chained together.

Parameters:
startDateTime - The date and time when the cluster step execution started. Due to delays in step status reporting, this can display a time which pre-dates a previous call to DescribeStep that indicated the step was not yet running.
Returns:
A reference to this updated object so that method calls can be chained together.

getEndDateTime

public Date getEndDateTime()
The date and time when the cluster step execution completed or failed. This can display a time that pre-dates a call to DescribeStep that indicates the step is running, due to delays in step status reporting.

Returns:
The date and time when the cluster step execution completed or failed. This can display a time that pre-dates a call to DescribeStep that indicates the step is running, due to delays in step status reporting.

setEndDateTime

public void setEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed. This can display a time that pre-dates a call to DescribeStep that indicates the step is running, due to delays in step status reporting.

Parameters:
endDateTime - The date and time when the cluster step execution completed or failed. This can display a time that pre-dates a call to DescribeStep that indicates the step is running, due to delays in step status reporting.

withEndDateTime

public StepTimeline withEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed. This can display a time that pre-dates a call to DescribeStep that indicates the step is running, due to delays in step status reporting.

Returns a reference to this object so that method calls can be chained together.

Parameters:
endDateTime - The date and time when the cluster step execution completed or failed. This can display a time that pre-dates a call to DescribeStep that indicates the step is running, due to delays in step status reporting.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.