| Package | Description |
|---|---|
| com.amazonaws.services.stepfunctions.model |
| Modifier and Type | Method and Description |
|---|---|
ValidateStateMachineDefinitionDiagnostic |
ValidateStateMachineDefinitionDiagnostic.clone() |
ValidateStateMachineDefinitionDiagnostic |
ValidateStateMachineDefinitionDiagnostic.withCode(String code)
Identifying code for the diagnostic.
|
ValidateStateMachineDefinitionDiagnostic |
ValidateStateMachineDefinitionDiagnostic.withLocation(String location)
Location of the issue in the state machine, if available.
|
ValidateStateMachineDefinitionDiagnostic |
ValidateStateMachineDefinitionDiagnostic.withMessage(String message)
Message describing the diagnostic condition.
|
ValidateStateMachineDefinitionDiagnostic |
ValidateStateMachineDefinitionDiagnostic.withSeverity(String severity)
A value of
ERROR means that you cannot create or update a state machine with this definition. |
ValidateStateMachineDefinitionDiagnostic |
ValidateStateMachineDefinitionDiagnostic.withSeverity(ValidateStateMachineDefinitionSeverity severity)
A value of
ERROR means that you cannot create or update a state machine with this definition. |
| Modifier and Type | Method and Description |
|---|---|
List<ValidateStateMachineDefinitionDiagnostic> |
ValidateStateMachineDefinitionResult.getDiagnostics()
If the result is
OK, this field will be empty. |
| Modifier and Type | Method and Description |
|---|---|
ValidateStateMachineDefinitionResult |
ValidateStateMachineDefinitionResult.withDiagnostics(ValidateStateMachineDefinitionDiagnostic... diagnostics)
If the result is
OK, this field will be empty. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidateStateMachineDefinitionResult.setDiagnostics(Collection<ValidateStateMachineDefinitionDiagnostic> diagnostics)
If the result is
OK, this field will be empty. |
ValidateStateMachineDefinitionResult |
ValidateStateMachineDefinitionResult.withDiagnostics(Collection<ValidateStateMachineDefinitionDiagnostic> diagnostics)
If the result is
OK, this field will be empty. |
Copyright © 2025. All rights reserved.