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