@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:42.277Z") @Stability(value=Stable) 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 BetweenCondition |
getBetween()
Match values that are between the specified values.
|
default BetweenCondition |
getBetweenStrict()
Match values that are strictly between the specified values.
|
default Number |
getGreaterThan()
Match values that are greater than the specified value.
|
default Number |
getGreaterThanOrEqualTo()
Match values that are greater than or equal to the specified value.
|
default Number |
getLessThan()
Match values that are less than the specified value.
|
default Number |
getLessThanOrEqualTo()
Match values that are less than or equal to the specified value.
|
default List<Number> |
getWhitelist()
Match one or more values.
|
@Stability(value=Stable) @Nullable default BetweenCondition getBetween()
Default: - None
@Stability(value=Stable) @Nullable default BetweenCondition getBetweenStrict()
Default: - None
@Stability(value=Stable) @Nullable default Number getGreaterThan()
Default: - None
@Stability(value=Stable) @Nullable default Number getGreaterThanOrEqualTo()
Default: - None
@Stability(value=Stable) @Nullable default Number getLessThan()
Default: - None
@Stability(value=Stable) @Nullable default Number getLessThanOrEqualTo()
Default: - None
@Stability(value=Stable) @Nullable default List<Number> getWhitelist()
Default: - None
@Stability(value=Stable) static NumericConditions.Builder builder()
NumericConditions.Builder of NumericConditionsCopyright © 2021. All rights reserved.