Uses of Enum
software.amazon.awscdk.services.stepfunctions.tasks.ActionOnFailure
Package
Description
Tasks for AWS Step Functions
-
Uses of ActionOnFailure in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptiondefault ActionOnFailure
EmrAddStepProps.getActionOnFailure()
The action to take when the cluster step fails.final ActionOnFailure
EmrAddStepProps.Jsii$Proxy.getActionOnFailure()
static ActionOnFailure
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 TypeMethodDescriptionEmrAddStep.Builder.actionOnFailure
(ActionOnFailure actionOnFailure) The action to take when the cluster step fails.EmrAddStepProps.Builder.actionOnFailure
(ActionOnFailure actionOnFailure) Sets the value ofEmrAddStepProps.getActionOnFailure()