ParameterConstraints.Builder |
ParameterConstraints.Builder.allowedPattern(String allowedPattern) |
A regular expression that represents the patterns that allow for String types.
|
ParameterConstraints.Builder |
ParameterConstraints.Builder.allowedValues(String... allowedValues) |
The values that the administrator has allowed for the parameter.
|
ParameterConstraints.Builder |
ParameterConstraints.Builder.allowedValues(Collection<String> allowedValues) |
The values that the administrator has allowed for the parameter.
|
static ParameterConstraints.Builder |
ParameterConstraints.builder() |
|
ParameterConstraints.Builder |
ParameterConstraints.Builder.constraintDescription(String constraintDescription) |
A string that explains a constraint when the constraint is violated.
|
ParameterConstraints.Builder |
ParameterConstraints.Builder.maxLength(String maxLength) |
An integer value that determines the largest number of characters you want to allow for String
types.
|
ParameterConstraints.Builder |
ParameterConstraints.Builder.maxValue(String maxValue) |
A numeric value that determines the largest numeric value you want to allow for Number types.
|
ParameterConstraints.Builder |
ParameterConstraints.Builder.minLength(String minLength) |
An integer value that determines the smallest number of characters you want to allow for String
types.
|
ParameterConstraints.Builder |
ParameterConstraints.Builder.minValue(String minValue) |
A numeric value that determines the smallest numeric value you want to allow for Number types.
|
ParameterConstraints.Builder |
ParameterConstraints.toBuilder() |
|