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