@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:05.118Z") @Stability(value=Experimental) 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()
(experimental) Maximum value of this attribute.
|
default Number |
getMin()
(experimental) Minimum value of this attribute.
|
@Stability(value=Experimental) @Nullable default Number getMax()
Default: - no maximum value
@Stability(value=Experimental) @Nullable default Number getMin()
Default: - no minimum value
@Stability(value=Experimental) static NumberAttributeConstraints.Builder builder()
NumberAttributeConstraints.Builder of NumberAttributeConstraintsCopyright © 2022. All rights reserved.