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