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