CopyableBuilder<OptionGroupOptionSetting.Builder,OptionGroupOptionSetting>, SdkBuilder<OptionGroupOptionSetting.Builder,OptionGroupOptionSetting>public static interface OptionGroupOptionSetting.Builder extends CopyableBuilder<OptionGroupOptionSetting.Builder,OptionGroupOptionSetting>
| Modifier and Type | Method | Description |
|---|---|---|
OptionGroupOptionSetting.Builder |
allowedValues(String allowedValues) |
Indicates the acceptable values for the option group option.
|
OptionGroupOptionSetting.Builder |
applyType(String applyType) |
The DB engine specific parameter type for the option group option.
|
OptionGroupOptionSetting.Builder |
defaultValue(String defaultValue) |
The default value for the option group option.
|
OptionGroupOptionSetting.Builder |
isModifiable(Boolean isModifiable) |
Boolean value where true indicates that this option group option can be changed from the default value.
|
OptionGroupOptionSetting.Builder |
settingDescription(String settingDescription) |
The description of the option group option.
|
OptionGroupOptionSetting.Builder |
settingName(String settingName) |
The name of the option group option.
|
copyapply, buildOptionGroupOptionSetting.Builder settingName(String settingName)
The name of the option group option.
settingName - The name of the option group option.OptionGroupOptionSetting.Builder settingDescription(String settingDescription)
The description of the option group option.
settingDescription - The description of the option group option.OptionGroupOptionSetting.Builder defaultValue(String defaultValue)
The default value for the option group option.
defaultValue - The default value for the option group option.OptionGroupOptionSetting.Builder applyType(String applyType)
The DB engine specific parameter type for the option group option.
applyType - The DB engine specific parameter type for the option group option.OptionGroupOptionSetting.Builder allowedValues(String allowedValues)
Indicates the acceptable values for the option group option.
allowedValues - Indicates the acceptable values for the option group option.OptionGroupOptionSetting.Builder isModifiable(Boolean isModifiable)
Boolean value where true indicates that this option group option can be changed from the default value.
isModifiable - Boolean value where true indicates that this option group option can be changed from the default
value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.