@Stability(value=Stable) public static final class NumericConditions.Builder extends Object implements software.amazon.jsii.Builder<NumericConditions>
NumericConditions| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public NumericConditions.Builder allowlist(List<? extends Number> allowlist)
NumericConditions.getAllowlist()allowlist - Match one or more values.this@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=Deprecated) @Deprecated 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 © 2023. All rights reserved.