static ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.builder() |
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.changeSeverity(String changeSeverity) |
An indication of which action is required if the value for this configuration option changes:
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.defaultValue(String defaultValue) |
The default value for this configuration option.
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.maxLength(Integer maxLength) |
If specified, the configuration option must be a string value no longer than this value.
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.maxValue(Integer maxValue) |
If specified, the configuration option must be a numeric value less than this value.
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.minValue(Integer minValue) |
If specified, the configuration option must be a numeric value greater than this value.
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.name(String name) |
The name of the configuration option.
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.namespace(String namespace) |
A unique namespace identifying the option's associated AWS resource.
|
default ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.regex(Consumer<OptionRestrictionRegex.Builder> regex) |
If specified, the configuration option must be a string value that satisfies this regular expression.
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.regex(OptionRestrictionRegex regex) |
If specified, the configuration option must be a string value that satisfies this regular expression.
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.toBuilder() |
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.userDefined(Boolean userDefined) |
An indication of whether the user defined this configuration option:
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.valueOptions(String... valueOptions) |
If specified, values for the configuration option are selected from this list.
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.valueOptions(Collection<String> valueOptions) |
If specified, values for the configuration option are selected from this list.
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.valueType(String valueType) |
An indication of which type of values this option has and whether it is allowable to select one or more than
one of the possible values:
|
ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.valueType(ConfigurationOptionValueType valueType) |
An indication of which type of values this option has and whether it is allowable to select one or more than
one of the possible values:
|