static ConfigurationPropertySchema.Builder |
ConfigurationPropertySchema.builder() |
Create a new builder.
|
ConfigurationPropertySchema.Builder |
ConfigurationPropertySchema.Builder.copy(ConfigurationPropertySchema model) |
|
ConfigurationPropertySchema.Builder |
ConfigurationPropertySchema.Builder.defaultValue(String defaultValue) |
The default value for the optional configuration property (it must not be specified for
mandatory configuration properties)
|
ConfigurationPropertySchema.Builder |
ConfigurationPropertySchema.Builder.description(String description) |
Description of this configuration property
|
ConfigurationPropertySchema.Builder |
ConfigurationPropertySchema.Builder.isMandatory(Boolean isMandatory) |
If the value is true this configuration property is mandatory and visa versa.
|
ConfigurationPropertySchema.Builder |
ConfigurationPropertySchema.Builder.keyName(String keyName) |
Name of key (parameter name)
|
ConfigurationPropertySchema.Builder |
ConfigurationPropertySchema.Builder.sampleValue(String sampleValue) |
Sample property value (it must match validationRegexp if it is specified)
|
ConfigurationPropertySchema.Builder |
ConfigurationPropertySchema.toBuilder() |
|
ConfigurationPropertySchema.Builder |
ConfigurationPropertySchema.Builder.validationRegexp(String validationRegexp) |
A regular expression will be used for the validation of property value.
|
ConfigurationPropertySchema.Builder |
ConfigurationPropertySchema.Builder.valueType(ConfigurationPropertySchema.ValueType valueType) |
Type of value
|