@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.673Z") @Stability(value=Stable) public interface NumberAttributeConstraints extends software.amazon.jsii.JsiiSerializable
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 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 © 2022. All rights reserved.