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