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