@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.484Z") @Stability(value=Stable) public interface NumberAttributeConstraints extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
NumberAttributeConstraints.Builder
A builder for
NumberAttributeConstraints |
static class |
NumberAttributeConstraints.Jsii$Proxy
An implementation for
NumberAttributeConstraints |
| Modifier and Type | Method and Description |
|---|---|
static NumberAttributeConstraints.Builder |
builder() |
default Number |
getMax()
Maximum value of this attribute.
|
default Number |
getMin()
Minimum value of this attribute.
|
@Stability(value=Stable) @Nullable default Number getMax()
Default: - no maximum value
@Stability(value=Stable) @Nullable default Number getMin()
Default: - no minimum value
@Stability(value=Stable) static NumberAttributeConstraints.Builder builder()
NumberAttributeConstraints.Builder of NumberAttributeConstraintsCopyright © 2021. All rights reserved.