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