@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.081Z") @Stability(value=Experimental) public interface NumericConditions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
NumericConditions.Builder
A builder for
NumericConditions |
static class |
NumericConditions.Jsii$Proxy
An implementation for
NumericConditions |
| Modifier and Type | Method and Description |
|---|---|
static NumericConditions.Builder |
builder() |
default List<Number> |
getAllowlist()
(experimental) Match one or more values.
|
default BetweenCondition |
getBetween()
(experimental) Match values that are between the specified values.
|
default BetweenCondition |
getBetweenStrict()
(experimental) Match values that are strictly between the specified values.
|
default Number |
getGreaterThan()
(experimental) Match values that are greater than the specified value.
|
default Number |
getGreaterThanOrEqualTo()
(experimental) Match values that are greater than or equal to the specified value.
|
default Number |
getLessThan()
(experimental) Match values that are less than the specified value.
|
default Number |
getLessThanOrEqualTo()
(experimental) Match values that are less than or equal to the specified value.
|
@Stability(value=Experimental) @Nullable default List<Number> getAllowlist()
Default: - None
@Stability(value=Experimental) @Nullable default BetweenCondition getBetween()
Default: - None
@Stability(value=Experimental) @Nullable default BetweenCondition getBetweenStrict()
Default: - None
@Stability(value=Experimental) @Nullable default Number getGreaterThan()
Default: - None
@Stability(value=Experimental) @Nullable default Number getGreaterThanOrEqualTo()
Default: - None
@Stability(value=Experimental) @Nullable default Number getLessThan()
Default: - None
@Stability(value=Experimental) @Nullable default Number getLessThanOrEqualTo()
Default: - None
@Stability(value=Experimental) static NumericConditions.Builder builder()
NumericConditions.Builder of NumericConditionsCopyright © 2021. All rights reserved.