Class StepDetail
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.StepDetail
- All Implemented Interfaces:
Serializable, Cloneable
Combines the execution state and configuration of a step.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for StepDetail object.StepDetail(StepConfig stepConfig, StepExecutionStatusDetail executionStatusDetail) Constructs a new StepDetail object. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe description of the step status.The step configuration.inthashCode()voidsetExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail) The description of the step status.voidsetStepConfig(StepConfig stepConfig) The step configuration.toString()Returns a string representation of this object; useful for testing and debugging.withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail) The description of the step status.withStepConfig(StepConfig stepConfig) The step configuration.
-
Constructor Details
-
StepDetail
public StepDetail()Default constructor for StepDetail object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
StepDetail
Constructs a new StepDetail object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
stepConfig- The step configuration.executionStatusDetail- The description of the step status.
-
-
Method Details
-
setStepConfig
The step configuration.
- Parameters:
stepConfig- The step configuration.
-
getStepConfig
-
withStepConfig
The step configuration.
- Parameters:
stepConfig- The step configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExecutionStatusDetail
The description of the step status.
- Parameters:
executionStatusDetail- The description of the step status.
-
getExecutionStatusDetail
The description of the step status.
- Returns:
- The description of the step status.
-
withExecutionStatusDetail
The description of the step status.
- Parameters:
executionStatusDetail- The description of the step status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-