Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepStatus
-
Packages that use StepStatus Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of StepStatus in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepStatus Modifier and Type Method Description StepStatus
StepStatus. clone()
StepStatus
Step. getStatus()
The current execution status details of the cluster step.StepStatus
StepSummary. getStatus()
The current execution status details of the cluster step.StepStatus
StepStatus. withState(StepState state)
The execution state of the cluster step.StepStatus
StepStatus. withState(String state)
The execution state of the cluster step.StepStatus
StepStatus. withStateChangeReason(StepStateChangeReason stateChangeReason)
The reason for the step execution status change.StepStatus
StepStatus. withTimeline(StepTimeline timeline)
The timeline of the cluster step status over time.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepStatus Modifier and Type Method Description void
Step. setStatus(StepStatus status)
The current execution status details of the cluster step.void
StepSummary. setStatus(StepStatus status)
The current execution status details of the cluster step.Step
Step. withStatus(StepStatus status)
The current execution status details of the cluster step.StepSummary
StepSummary. withStatus(StepStatus status)
The current execution status details of the cluster step.
-