Class JobFlowExecutionStatusDetail
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the status of the job flow.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for JobFlowExecutionStatusDetail object.JobFlowExecutionStatusDetail
(JobFlowExecutionState state, Date creationDateTime) Constructs a new JobFlowExecutionStatusDetail object.JobFlowExecutionStatusDetail
(String state, Date creationDateTime) Constructs a new JobFlowExecutionStatusDetail object. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The creation date and time of the job flow.The completion date and time of the job flow.Description of the job flow last changed state.The date and time when the job flow was ready to start running bootstrap actions.The start date and time of the job flow.getState()
The state of the job flow.int
hashCode()
void
setCreationDateTime
(Date creationDateTime) The creation date and time of the job flow.void
setEndDateTime
(Date endDateTime) The completion date and time of the job flow.void
setLastStateChangeReason
(String lastStateChangeReason) Description of the job flow last changed state.void
setReadyDateTime
(Date readyDateTime) The date and time when the job flow was ready to start running bootstrap actions.void
setStartDateTime
(Date startDateTime) The start date and time of the job flow.void
setState
(JobFlowExecutionState state) The state of the job flow.void
The state of the job flow.toString()
Returns a string representation of this object; useful for testing and debugging.withCreationDateTime
(Date creationDateTime) The creation date and time of the job flow.withEndDateTime
(Date endDateTime) The completion date and time of the job flow.withLastStateChangeReason
(String lastStateChangeReason) Description of the job flow last changed state.withReadyDateTime
(Date readyDateTime) The date and time when the job flow was ready to start running bootstrap actions.withStartDateTime
(Date startDateTime) The start date and time of the job flow.withState
(JobFlowExecutionState state) The state of the job flow.The state of the job flow.
-
Constructor Details
-
JobFlowExecutionStatusDetail
public JobFlowExecutionStatusDetail()Default constructor for JobFlowExecutionStatusDetail object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
JobFlowExecutionStatusDetail
Constructs a new JobFlowExecutionStatusDetail object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
state
- The state of the job flow.creationDateTime
- The creation date and time of the job flow.
-
JobFlowExecutionStatusDetail
Constructs a new JobFlowExecutionStatusDetail object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
state
- The state of the job flow.creationDateTime
- The creation date and time of the job flow.
-
-
Method Details
-
setState
The state of the job flow.
- Parameters:
state
- The state of the job flow.- See Also:
-
getState
The state of the job flow.
- Returns:
- The state of the job flow.
- See Also:
-
withState
The state of the job flow.
- Parameters:
state
- The state of the job flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setState
The state of the job flow.
- Parameters:
state
- The state of the job flow.- See Also:
-
withState
The state of the job flow.
- Parameters:
state
- The state of the job flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setCreationDateTime
The creation date and time of the job flow.
- Parameters:
creationDateTime
- The creation date and time of the job flow.
-
getCreationDateTime
The creation date and time of the job flow.
- Returns:
- The creation date and time of the job flow.
-
withCreationDateTime
The creation date and time of the job flow.
- Parameters:
creationDateTime
- The creation date and time of the job flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartDateTime
The start date and time of the job flow.
- Parameters:
startDateTime
- The start date and time of the job flow.
-
getStartDateTime
The start date and time of the job flow.
- Returns:
- The start date and time of the job flow.
-
withStartDateTime
The start date and time of the job flow.
- Parameters:
startDateTime
- The start date and time of the job flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReadyDateTime
The date and time when the job flow was ready to start running bootstrap actions.
- Parameters:
readyDateTime
- The date and time when the job flow was ready to start running bootstrap actions.
-
getReadyDateTime
The date and time when the job flow was ready to start running bootstrap actions.
- Returns:
- The date and time when the job flow was ready to start running bootstrap actions.
-
withReadyDateTime
The date and time when the job flow was ready to start running bootstrap actions.
- Parameters:
readyDateTime
- The date and time when the job flow was ready to start running bootstrap actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndDateTime
The completion date and time of the job flow.
- Parameters:
endDateTime
- The completion date and time of the job flow.
-
getEndDateTime
The completion date and time of the job flow.
- Returns:
- The completion date and time of the job flow.
-
withEndDateTime
The completion date and time of the job flow.
- Parameters:
endDateTime
- The completion date and time of the job flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastStateChangeReason
Description of the job flow last changed state.
- Parameters:
lastStateChangeReason
- Description of the job flow last changed state.
-
getLastStateChangeReason
Description of the job flow last changed state.
- Returns:
- Description of the job flow last changed state.
-
withLastStateChangeReason
Description of the job flow last changed state.
- Parameters:
lastStateChangeReason
- Description of the job flow last changed state.- 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
-