Builder

class Builder

Properties

Link copied to clipboard

A regular expression that represents the patterns that allow for String types. The pattern must match the entire parameter value provided.

Link copied to clipboard

The values that the administrator has allowed for the parameter.

Link copied to clipboard

A string that explains a constraint when the constraint is violated. For example, without a constraint description, a parameter that has an allowed pattern of [A-Za-z0-9]+ displays the following error message when the user specifies an invalid value:

Link copied to clipboard

An integer value that determines the largest number of characters you want to allow for String types.

Link copied to clipboard

A numeric value that determines the largest numeric value you want to allow for Number types.

Link copied to clipboard

An integer value that determines the smallest number of characters you want to allow for String types.

Link copied to clipboard

A numeric value that determines the smallest numeric value you want to allow for Number types.