ConfigurationOptionDescription |
ConfigurationOptionDescription.clone() |
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withChangeSeverity(String changeSeverity) |
An indication of which action is required if the value for this
configuration option changes:
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withDefaultValue(String defaultValue) |
The default value for this configuration option.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withMaxLength(Integer maxLength) |
If specified, the configuration option must be a string value no longer
than this value.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withMaxValue(Integer maxValue) |
If specified, the configuration option must be a numeric value less than
this value.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withMinValue(Integer minValue) |
If specified, the configuration option must be a numeric value greater
than this value.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withName(String name) |
The name of the configuration option.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withNamespace(String namespace) |
A unique namespace identifying the option's associated AWS resource.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withRegex(OptionRestrictionRegex regex) |
If specified, the configuration option must be a string value that
satisfies this regular expression.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withUserDefined(Boolean userDefined) |
An indication of whether the user defined this configuration option:
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withValueOptions(String... valueOptions) |
If specified, values for the configuration option are selected from this
list.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withValueOptions(Collection<String> valueOptions) |
If specified, values for the configuration option are selected from this
list.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withValueType(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:
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withValueType(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:
|