| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static StepState |
StepState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StepState |
StepStatus.state()
The execution state of the cluster step.
|
static StepState |
StepState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepState[] |
StepState.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<StepState> |
StepState.knownValues()
|
List<StepState> |
ListStepsRequest.stepStates()
The filter to limit the step list based on certain states.
|
| Modifier and Type | Method and Description |
|---|---|
StepStatus.Builder |
StepStatus.Builder.state(StepState state)
The execution state of the cluster step.
|
ListStepsRequest.Builder |
ListStepsRequest.Builder.stepStates(StepState... stepStates)
The filter to limit the step list based on certain states.
|
| Modifier and Type | Method and Description |
|---|---|
ListStepsRequest.Builder |
ListStepsRequest.Builder.stepStates(Collection<StepState> stepStates)
The filter to limit the step list based on certain states.
|
Copyright © 2023. All rights reserved.