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