CopyableBuilder<OptionSetting.Builder,OptionSetting>, SdkBuilder<OptionSetting.Builder,OptionSetting>public static interface OptionSetting.Builder extends CopyableBuilder<OptionSetting.Builder,OptionSetting>
| Modifier and Type | Method | Description |
|---|---|---|
OptionSetting.Builder |
allowedValues(String allowedValues) |
The allowed values of the option setting.
|
OptionSetting.Builder |
applyType(String applyType) |
The DB engine specific parameter type.
|
OptionSetting.Builder |
dataType(String dataType) |
The data type of the option setting.
|
OptionSetting.Builder |
defaultValue(String defaultValue) |
The default value of the option setting.
|
OptionSetting.Builder |
description(String description) |
The description of the option setting.
|
OptionSetting.Builder |
isCollection(Boolean isCollection) |
Indicates if the option setting is part of a collection.
|
OptionSetting.Builder |
isModifiable(Boolean isModifiable) |
A Boolean value that, when true, indicates the option setting can be modified from the default.
|
OptionSetting.Builder |
name(String name) |
The name of the option that has settings that you can set.
|
OptionSetting.Builder |
value(String value) |
The current value of the option setting.
|
copyapply, buildOptionSetting.Builder name(String name)
The name of the option that has settings that you can set.
name - The name of the option that has settings that you can set.OptionSetting.Builder value(String value)
The current value of the option setting.
value - The current value of the option setting.OptionSetting.Builder defaultValue(String defaultValue)
The default value of the option setting.
defaultValue - The default value of the option setting.OptionSetting.Builder description(String description)
The description of the option setting.
description - The description of the option setting.OptionSetting.Builder applyType(String applyType)
The DB engine specific parameter type.
applyType - The DB engine specific parameter type.OptionSetting.Builder dataType(String dataType)
The data type of the option setting.
dataType - The data type of the option setting.OptionSetting.Builder allowedValues(String allowedValues)
The allowed values of the option setting.
allowedValues - The allowed values of the option setting.OptionSetting.Builder isModifiable(Boolean isModifiable)
A Boolean value that, when true, indicates the option setting can be modified from the default.
isModifiable - A Boolean value that, when true, indicates the option setting can be modified from the default.OptionSetting.Builder isCollection(Boolean isCollection)
Indicates if the option setting is part of a collection.
isCollection - Indicates if the option setting is part of a collection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.