com.amazonaws.services.elasticmapreduce.model
Class JobFlowExecutionStatusDetail

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.JobFlowExecutionStatusDetail

public class JobFlowExecutionStatusDetail
extends Object

Job Flow Execution Status Detail


Constructor Summary
JobFlowExecutionStatusDetail()
           
 
Method Summary
 Date getCreationDateTime()
          Returns the value of the CreationDateTime property for this object.
 Date getEndDateTime()
          Returns the value of the EndDateTime property for this object.
 String getLastStateChangeReason()
          Returns the value of the LastStateChangeReason property for this object.
 Date getStartDateTime()
          Returns the value of the StartDateTime property for this object.
 String getState()
          Returns the value of the State property for this object.
 void setCreationDateTime(Date creationDateTime)
          Sets the value of the CreationDateTime property for this object.
 void setEndDateTime(Date endDateTime)
          Sets the value of the EndDateTime property for this object.
 void setLastStateChangeReason(String lastStateChangeReason)
          Sets the value of the LastStateChangeReason property for this object.
 void setStartDateTime(Date startDateTime)
          Sets the value of the StartDateTime property for this object.
 void setState(String state)
          Sets the value of the State property for this object.
 JobFlowExecutionStatusDetail withCreationDateTime(Date creationDateTime)
          Sets the value of the CreationDateTime property for this object.
 JobFlowExecutionStatusDetail withEndDateTime(Date endDateTime)
          Sets the value of the EndDateTime property for this object.
 JobFlowExecutionStatusDetail withLastStateChangeReason(String lastStateChangeReason)
          Sets the value of the LastStateChangeReason property for this object.
 JobFlowExecutionStatusDetail withStartDateTime(Date startDateTime)
          Sets the value of the StartDateTime property for this object.
 JobFlowExecutionStatusDetail withState(String state)
          Sets the value of the State property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobFlowExecutionStatusDetail

public JobFlowExecutionStatusDetail()
Method Detail

getState

public String getState()
Returns the value of the State property for this object.

Constraints:
Pattern: COMPLETED|FAILED|TERMINATED|RUNNING|SHUTTING_DOWN|STARTING|WAITING

Returns:
The value of the State property for this object.

setState

public void setState(String state)
Sets the value of the State property for this object.

Constraints:
Pattern: COMPLETED|FAILED|TERMINATED|RUNNING|SHUTTING_DOWN|STARTING|WAITING

Parameters:
state - The new value for the State property for this object.

withState

public JobFlowExecutionStatusDetail withState(String state)
Sets the value of the State property for this object.

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

Constraints:
Pattern: COMPLETED|FAILED|TERMINATED|RUNNING|SHUTTING_DOWN|STARTING|WAITING

Parameters:
state - The new value for the State property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getCreationDateTime

public Date getCreationDateTime()
Returns the value of the CreationDateTime property for this object.

Returns:
The value of the CreationDateTime property for this object.

setCreationDateTime

public void setCreationDateTime(Date creationDateTime)
Sets the value of the CreationDateTime property for this object.

Parameters:
creationDateTime - The new value for the CreationDateTime property for this object.

withCreationDateTime

public JobFlowExecutionStatusDetail withCreationDateTime(Date creationDateTime)
Sets the value of the CreationDateTime property for this object.

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

Parameters:
creationDateTime - The new value for the CreationDateTime property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getStartDateTime

public Date getStartDateTime()
Returns the value of the StartDateTime property for this object.

Returns:
The value of the StartDateTime property for this object.

setStartDateTime

public void setStartDateTime(Date startDateTime)
Sets the value of the StartDateTime property for this object.

Parameters:
startDateTime - The new value for the StartDateTime property for this object.

withStartDateTime

public JobFlowExecutionStatusDetail withStartDateTime(Date startDateTime)
Sets the value of the StartDateTime property for this object.

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

Parameters:
startDateTime - The new value for the StartDateTime property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getEndDateTime

public Date getEndDateTime()
Returns the value of the EndDateTime property for this object.

Returns:
The value of the EndDateTime property for this object.

setEndDateTime

public void setEndDateTime(Date endDateTime)
Sets the value of the EndDateTime property for this object.

Parameters:
endDateTime - The new value for the EndDateTime property for this object.

withEndDateTime

public JobFlowExecutionStatusDetail withEndDateTime(Date endDateTime)
Sets the value of the EndDateTime property for this object.

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

Parameters:
endDateTime - The new value for the EndDateTime property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getLastStateChangeReason

public String getLastStateChangeReason()
Returns the value of the LastStateChangeReason property for this object.

Constraints:
Pattern: MASTER_TERMINATED|START_FAILED|STEP_FAILED

Returns:
The value of the LastStateChangeReason property for this object.

setLastStateChangeReason

public void setLastStateChangeReason(String lastStateChangeReason)
Sets the value of the LastStateChangeReason property for this object.

Constraints:
Pattern: MASTER_TERMINATED|START_FAILED|STEP_FAILED

Parameters:
lastStateChangeReason - The new value for the LastStateChangeReason property for this object.

withLastStateChangeReason

public JobFlowExecutionStatusDetail withLastStateChangeReason(String lastStateChangeReason)
Sets the value of the LastStateChangeReason property for this object.

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

Constraints:
Pattern: MASTER_TERMINATED|START_FAILED|STEP_FAILED

Parameters:
lastStateChangeReason - The new value for the LastStateChangeReason property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.