Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder | |
com.amazonaws.services.stepfunctions.builder.conditions |
Modifier and Type | Method and Description |
---|---|
static TimestampGreaterThanOrEqualCondition.Builder |
StepFunctionBuilder.gte(String variable,
Date expectedValue)
Binary condition for Timestamp greater than or equal to comparison.
|
Modifier and Type | Method and Description |
---|---|
static TimestampGreaterThanOrEqualCondition.Builder |
TimestampGreaterThanOrEqualCondition.builder() |
TimestampGreaterThanOrEqualCondition.Builder |
TimestampGreaterThanOrEqualCondition.Builder.expectedValue(Date expectedValue)
Sets the expected value for this condition.
|
TimestampGreaterThanOrEqualCondition.Builder |
TimestampGreaterThanOrEqualCondition.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.