| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
ActionOnFailure |
Step.actionOnFailure()
The action to take when the cluster step fails.
|
ActionOnFailure |
StepConfig.actionOnFailure()
The action to take when the step fails.
|
ActionOnFailure |
StepSummary.actionOnFailure()
The action to take when the cluster step fails.
|
static ActionOnFailure |
ActionOnFailure.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ActionOnFailure> |
ActionOnFailure.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
Step.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
The action to take when the cluster step fails.
|
StepConfig.Builder |
StepConfig.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
The action to take when the step fails.
|
StepSummary.Builder |
StepSummary.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
The action to take when the cluster step fails.
|
Copyright © 2023. All rights reserved.