Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder | |
com.amazonaws.services.stepfunctions.builder.conditions |
Modifier and Type | Method and Description |
---|---|
static TimestampLessThanPathCondition.Builder |
StepFunctionBuilder.ltTimestamp(String variable,
String path)
Binary condition for Timestamp equality comparison.
|
Modifier and Type | Method and Description |
---|---|
static TimestampLessThanPathCondition.Builder |
TimestampLessThanPathCondition.builder() |
TimestampLessThanPathCondition.Builder |
TimestampLessThanPathCondition.Builder.expectedValue(String expectedValue)
Sets the expected value for this condition.
|
TimestampLessThanPathCondition.Builder |
TimestampLessThanPathCondition.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.