| Modifier and Type | Method and Description |
|---|---|
default ActionOnFailure |
EmrAddStepProps.getActionOnFailure()
The action to take when the cluster step fails.
|
ActionOnFailure |
EmrAddStepProps.Jsii$Proxy.getActionOnFailure() |
static ActionOnFailure |
ActionOnFailure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionOnFailure[] |
ActionOnFailure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmrAddStep.Builder |
EmrAddStep.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
The action to take when the cluster step fails.
|
EmrAddStepProps.Builder |
EmrAddStepProps.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
Sets the value of
EmrAddStepProps.getActionOnFailure() |
Copyright © 2022. All rights reserved.