Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder | |
com.amazonaws.services.stepfunctions.builder.conditions |
Modifier and Type | Method and Description |
---|---|
static IsBooleanCondition.Builder |
StepFunctionBuilder.isBoolean(String variable,
Boolean expectedValue)
Binary condition for Boolean type comparison.
|
Modifier and Type | Method and Description |
---|---|
static IsBooleanCondition.Builder |
IsBooleanCondition.builder() |
IsBooleanCondition.Builder |
IsBooleanCondition.Builder.expectedValue(boolean expectedValue)
Sets the expected value for this condition.
|
IsBooleanCondition.Builder |
IsBooleanCondition.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.