@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:57.370Z")
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