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