@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:20:02.827Z")
public interface NumberAttributeConstraints
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cognito.*; NumberAttributeConstraints numberAttributeConstraints = NumberAttributeConstraints.builder() .max(123) .min(123) .build();
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 java.lang.Number |
getMax()
Maximum value of this attribute.
|
default java.lang.Number |
getMin()
Minimum value of this attribute.
|
default java.lang.Number getMax()
Default: - no maximum value
default java.lang.Number getMin()
Default: - no minimum value
static NumberAttributeConstraints.Builder builder()
NumberAttributeConstraints.Builder
of NumberAttributeConstraints