@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.311Z") @Stability(value=Experimental) public interface StringAttributeConstraints extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StringAttributeConstraints.Builder
A builder for
StringAttributeConstraints |
static class |
StringAttributeConstraints.Jsii$Proxy
An implementation for
StringAttributeConstraints |
| Modifier and Type | Method and Description |
|---|---|
static StringAttributeConstraints.Builder |
builder() |
default Number |
getMaxLen()
(experimental) Maximum length of this attribute.
|
default Number |
getMinLen()
(experimental) Minimum length of this attribute.
|
@Stability(value=Experimental) @Nullable default Number getMaxLen()
Default: 2048
@Stability(value=Experimental) @Nullable default Number getMinLen()
Default: 0
@Stability(value=Experimental) static StringAttributeConstraints.Builder builder()
StringAttributeConstraints.Builder of StringAttributeConstraintsCopyright © 2021. All rights reserved.