Uses of Class
com.amazonaws.services.elasticmapreduce.util.ResizeJobFlowStep
-
Packages that use ResizeJobFlowStep Package Description com.amazonaws.services.elasticmapreduce.util -
-
Uses of ResizeJobFlowStep in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return ResizeJobFlowStep Modifier and Type Method Description ResizeJobFlowStep
ResizeJobFlowStep. withOnArrested(ResizeJobFlowStep.OnArrested onArrested)
What action this step should take if any of the instance group modifications result in the instance group entering Arrested state.ResizeJobFlowStep
ResizeJobFlowStep. withOnFailure(ResizeJobFlowStep.OnFailure onFailure)
What action this step should take if the modification fails.ResizeJobFlowStep
ResizeJobFlowStep. withResizeAction(ResizeJobFlowStep.ResizeAction resizeAction)
Add a new action for this step to perform.ResizeJobFlowStep
ResizeJobFlowStep. withWait(boolean wait)
Specifies whether the step should wait for the modification to complete or if it should just continue onto the next step once the modification request is received.
-