@Generated(value="software.amazon.awssdk:codegen") public final class OptionGroupOptionSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OptionGroupOptionSetting.Builder,OptionGroupOptionSetting>
Option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.
Modifier and Type | Class and Description |
---|---|
static interface |
OptionGroupOptionSetting.Builder |
Modifier and Type | Method and Description |
---|---|
String |
allowedValues()
Indicates the acceptable values for the option group option.
|
String |
applyType()
The DB engine specific parameter type for the option group option.
|
static OptionGroupOptionSetting.Builder |
builder() |
String |
defaultValue()
The default value for the option group option.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isModifiable()
Boolean value where true indicates that this option group option can be changed from the default value.
|
Boolean |
isRequired()
Boolean value where true indicates that a value must be specified for this option setting of the option group
option.
|
List<MinimumEngineVersionPerAllowedValue> |
minimumEngineVersionPerAllowedValue()
The minimum DB engine version required for the corresponding allowed value for this option setting.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OptionGroupOptionSetting.Builder> |
serializableBuilderClass() |
String |
settingDescription()
The description of the option group option.
|
String |
settingName()
The name of the option group option.
|
OptionGroupOptionSetting.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String settingName()
The name of the option group option.
public String settingDescription()
The description of the option group option.
public String defaultValue()
The default value for the option group option.
public String applyType()
The DB engine specific parameter type for the option group option.
public String allowedValues()
Indicates the acceptable values for the option group option.
public Boolean isModifiable()
Boolean value where true indicates that this option group option can be changed from the default value.
public Boolean isRequired()
Boolean value where true indicates that a value must be specified for this option setting of the option group option.
public List<MinimumEngineVersionPerAllowedValue> minimumEngineVersionPerAllowedValue()
The minimum DB engine version required for the corresponding allowed value for this option setting.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public OptionGroupOptionSetting.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OptionGroupOptionSetting.Builder,OptionGroupOptionSetting>
public static OptionGroupOptionSetting.Builder builder()
public static Class<? extends OptionGroupOptionSetting.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.