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 StepExecutionStatusDetailStepExecutionStatusDetail. clone()StepExecutionStatusDetailStepDetail. getExecutionStatusDetail()The description of the step status.StepExecutionStatusDetailStepExecutionStatusDetail. withCreationDateTime(Date creationDateTime)The creation date and time of the step.StepExecutionStatusDetailStepExecutionStatusDetail. withEndDateTime(Date endDateTime)The completion date and time of the step.StepExecutionStatusDetailStepExecutionStatusDetail. withLastStateChangeReason(String lastStateChangeReason)A description of the step's current state.StepExecutionStatusDetailStepExecutionStatusDetail. withStartDateTime(Date startDateTime)The start date and time of the step.StepExecutionStatusDetailStepExecutionStatusDetail. withState(StepExecutionState state)The state of the job flow step.StepExecutionStatusDetailStepExecutionStatusDetail. 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 voidStepDetail. setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)The description of the step status.StepDetailStepDetail. 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.
-