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