public static final class TimestampEqualsCondition.Builder extends Object
TimestampEqualsCondition
.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 © 2013 Amazon Web Services, Inc. All Rights Reserved.