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