| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static BlueprintRunState |
BlueprintRunState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
BlueprintRunState |
BlueprintRun.state()
The state of the blueprint run.
|
static BlueprintRunState |
BlueprintRunState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlueprintRunState[] |
BlueprintRunState.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<BlueprintRunState> |
BlueprintRunState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BlueprintRun.Builder |
BlueprintRun.Builder.state(BlueprintRunState state)
The state of the blueprint run.
|
Copyright © 2023. All rights reserved.