Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.util |
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.