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