Class StepStatus
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.StepStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The execution status details of the cluster step.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getState()
The execution state of the cluster step.The reason for the step execution status change.The timeline of the cluster step status over time.int
hashCode()
void
The execution state of the cluster step.void
The execution state of the cluster step.void
setStateChangeReason
(StepStateChangeReason stateChangeReason) The reason for the step execution status change.void
setTimeline
(StepTimeline timeline) The timeline of the cluster step status over time.toString()
Returns a string representation of this object; useful for testing and debugging.The execution state of the cluster step.The execution state of the cluster step.withStateChangeReason
(StepStateChangeReason stateChangeReason) The reason for the step execution status change.withTimeline
(StepTimeline timeline) The timeline of the cluster step status over time.
-
Constructor Details
-
StepStatus
public StepStatus()
-
-
Method Details
-
setState
The execution state of the cluster step.
- Parameters:
state
- The execution state of the cluster step.- See Also:
-
getState
The execution state of the cluster step.
- Returns:
- The execution state of the cluster step.
- See Also:
-
withState
The execution state of the cluster step.
- Parameters:
state
- The execution state of the cluster step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setState
The execution state of the cluster step.
- Parameters:
state
- The execution state of the cluster step.- See Also:
-
withState
The execution state of the cluster step.
- Parameters:
state
- The execution state of the cluster step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStateChangeReason
The reason for the step execution status change.
- Parameters:
stateChangeReason
- The reason for the step execution status change.
-
getStateChangeReason
The reason for the step execution status change.
- Returns:
- The reason for the step execution status change.
-
withStateChangeReason
The reason for the step execution status change.
- Parameters:
stateChangeReason
- The reason for the step execution status change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTimeline
The timeline of the cluster step status over time.
- Parameters:
timeline
- The timeline of the cluster step status over time.
-
getTimeline
The timeline of the cluster step status over time.
- Returns:
- The timeline of the cluster step status over time.
-
withTimeline
The timeline of the cluster step status over time.
- Parameters:
timeline
- The timeline of the cluster step status over time.- 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
-