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