| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static NumberAttributeProps.Builder |
NumberAttributeProps.builder() |
NumberAttributeProps.Builder |
NumberAttributeProps.Builder.max(Number max)
Sets the value of
NumberAttributeConstraints.getMax() |
NumberAttributeProps.Builder |
NumberAttributeProps.Builder.min(Number min)
Sets the value of
NumberAttributeConstraints.getMin() |
NumberAttributeProps.Builder |
NumberAttributeProps.Builder.mutable(Boolean mutable)
Sets the value of
CustomAttributeProps.getMutable() |
| Constructor and Description |
|---|
Jsii$Proxy(NumberAttributeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
NumberAttributeProps.Builder. |
Copyright © 2022. All rights reserved.