Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepExecutionStatusDetail
-
Packages that use StepExecutionStatusDetail Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of StepExecutionStatusDetail in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepExecutionStatusDetail Modifier and Type Method Description StepExecutionStatusDetail
StepExecutionStatusDetail. clone()
StepExecutionStatusDetail
StepDetail. getExecutionStatusDetail()
The description of the step status.StepExecutionStatusDetail
StepExecutionStatusDetail. withCreationDateTime(Date creationDateTime)
The creation date and time of the step.StepExecutionStatusDetail
StepExecutionStatusDetail. withEndDateTime(Date endDateTime)
The completion date and time of the step.StepExecutionStatusDetail
StepExecutionStatusDetail. withLastStateChangeReason(String lastStateChangeReason)
A description of the step's current state.StepExecutionStatusDetail
StepExecutionStatusDetail. withStartDateTime(Date startDateTime)
The start date and time of the step.StepExecutionStatusDetail
StepExecutionStatusDetail. withState(StepExecutionState state)
The state of the job flow step.StepExecutionStatusDetail
StepExecutionStatusDetail. withState(String state)
The state of the job flow step.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepExecutionStatusDetail Modifier and Type Method Description void
StepDetail. setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.StepDetail
StepDetail. withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type StepExecutionStatusDetail Constructor Description StepDetail(StepConfig stepConfig, StepExecutionStatusDetail executionStatusDetail)
Constructs a new StepDetail object.
-