@Stability(value=Stable) public static final class NumericConditions.Builder extends Object implements software.amazon.jsii.Builder<NumericConditions>
NumericConditions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
NumericConditions.Builder |
between(BetweenCondition between)
Sets the value of
NumericConditions.getBetween() |
NumericConditions.Builder |
betweenStrict(BetweenCondition betweenStrict)
Sets the value of
NumericConditions.getBetweenStrict() |
NumericConditions |
build()
Builds the configured instance.
|
NumericConditions.Builder |
greaterThan(Number greaterThan)
Sets the value of
NumericConditions.getGreaterThan() |
NumericConditions.Builder |
greaterThanOrEqualTo(Number greaterThanOrEqualTo)
Sets the value of
NumericConditions.getGreaterThanOrEqualTo() |
NumericConditions.Builder |
lessThan(Number lessThan)
Sets the value of
NumericConditions.getLessThan() |
NumericConditions.Builder |
lessThanOrEqualTo(Number lessThanOrEqualTo)
Sets the value of
NumericConditions.getLessThanOrEqualTo() |
NumericConditions.Builder |
whitelist(List<? extends Number> whitelist)
Sets the value of
NumericConditions.getWhitelist() |
@Stability(value=Stable) public NumericConditions.Builder between(BetweenCondition between)
NumericConditions.getBetween()between - Match values that are between the specified values.this@Stability(value=Stable) public NumericConditions.Builder betweenStrict(BetweenCondition betweenStrict)
NumericConditions.getBetweenStrict()betweenStrict - Match values that are strictly between the specified values.this@Stability(value=Stable) public NumericConditions.Builder greaterThan(Number greaterThan)
NumericConditions.getGreaterThan()greaterThan - Match values that are greater than the specified value.this@Stability(value=Stable) public NumericConditions.Builder greaterThanOrEqualTo(Number greaterThanOrEqualTo)
NumericConditions.getGreaterThanOrEqualTo()greaterThanOrEqualTo - Match values that are greater than or equal to the specified value.this@Stability(value=Stable) public NumericConditions.Builder lessThan(Number lessThan)
NumericConditions.getLessThan()lessThan - Match values that are less than the specified value.this@Stability(value=Stable) public NumericConditions.Builder lessThanOrEqualTo(Number lessThanOrEqualTo)
NumericConditions.getLessThanOrEqualTo()lessThanOrEqualTo - Match values that are less than or equal to the specified value.this@Stability(value=Stable) public NumericConditions.Builder whitelist(List<? extends Number> whitelist)
NumericConditions.getWhitelist()whitelist - Match one or more values.this@Stability(value=Stable) public NumericConditions build()
build in interface software.amazon.jsii.Builder<NumericConditions>NumericConditionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.