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