public static final class TimestampLessThanCondition.Builder extends Object
TimestampLessThanCondition.com.amazonaws.services.stepfunctions.builder.internal.Buildable.Utils| Modifier and Type | Method and Description | 
|---|---|
TimestampLessThanCondition | 
build()  | 
TimestampLessThanCondition.Builder | 
expectedValue(Date expectedValue)
Sets the expected value for this condition. 
 | 
TimestampLessThanCondition.Builder | 
variable(String variable)
Sets the JSONPath expression that determines which piece of the input document is used for the comparison. 
 | 
public TimestampLessThanCondition.Builder variable(String variable)
variable - Reference path.public TimestampLessThanCondition.Builder expectedValue(Date expectedValue)
expectedValue - Expected value.public TimestampLessThanCondition build()
TimestampLessThanCondition object.Copyright © 2017. All rights reserved.