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