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