Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepStateChangeReason
Packages that use StepStateChangeReason
-
Uses of StepStateChangeReason in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepStateChangeReasonModifier and TypeMethodDescriptionStepStateChangeReason.clone()
StepStatus.getStateChangeReason()
The reason for the step execution status change.StepStateChangeReason.withCode
(StepStateChangeReasonCode code) The programmable code for the state change reason.The programmable code for the state change reason.StepStateChangeReason.withMessage
(String message) The descriptive message for the state change reason.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepStateChangeReasonModifier and TypeMethodDescriptionvoid
StepStatus.setStateChangeReason
(StepStateChangeReason stateChangeReason) The reason for the step execution status change.StepStatus.withStateChangeReason
(StepStateChangeReason stateChangeReason) The reason for the step execution status change.