Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder | |
com.amazonaws.services.stepfunctions.builder.conditions |
Modifier and Type | Method and Description |
---|---|
static IsStringCondition.Builder |
StepFunctionBuilder.isString(String variable,
Boolean expectedValue)
Binary condition for String type comparison.
|
Modifier and Type | Method and Description |
---|---|
static IsStringCondition.Builder |
IsStringCondition.builder() |
IsStringCondition.Builder |
IsStringCondition.Builder.expectedValue(boolean expectedValue)
Sets the expected value for this condition.
|
IsStringCondition.Builder |
IsStringCondition.Builder.variable(String variable)
Sets the JSONPath expression that determines which piece of the input document is used for the comparison.
|
Copyright © 2024. All rights reserved.