public static final class TimestampGreaterThanCondition.Builder extends Object
TimestampGreaterThanCondition
.Buildable.Utils
Modifier and Type | Method and Description |
---|---|
TimestampGreaterThanCondition |
build() |
TimestampGreaterThanCondition.Builder |
expectedValue(Date expectedValue)
Sets the expected value for this condition.
|
TimestampGreaterThanCondition.Builder |
variable(String variable)
Sets the JSONPath expression that determines which piece of the input document is used for the comparison.
|
public TimestampGreaterThanCondition.Builder variable(String variable)
variable
- Reference path.public TimestampGreaterThanCondition.Builder expectedValue(Date expectedValue)
expectedValue
- Expected value.public TimestampGreaterThanCondition build()
TimestampGreaterThanCondition
object.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.