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