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