@Value.Immutable
public interface FieldConstraints
| Modifier and Type | Method and Description |
|---|---|
String |
allowedDateFormat()
Allowed data format for the field.
|
RangeConstraint |
allowedLengthRange()
Min and Max range of the length of the value.
|
RangeConstraint |
allowedValueRange()
Min and Max range of value of this field.
|
List<String> |
allowedValues()
List of allowed values for this field.
|
String |
allowedValuesRegexPattern()
Value of the field should match with this regex pattern.
|
@Nullable RangeConstraint allowedLengthRange()
@Nullable RangeConstraint allowedValueRange()
@Nullable String allowedValuesRegexPattern()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.