Class OptionSetting
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<OptionSetting.Builder,- OptionSetting> 
Option settings are the actual settings being applied or configured for that option. It is used when you modify an option group or describe option groups. For example, the NATIVE_NETWORK_ENCRYPTION option has a setting called SQLNET.ENCRYPTION_SERVER that can have several different values.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe allowed values of the option setting.final StringThe DB engine specific parameter type.static OptionSetting.Builderbuilder()final StringdataType()The data type of the option setting.final StringThe default value of the option setting.final StringThe description of the option setting.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanIndicates whether the option setting is part of a collection.final BooleanIndicates whether the option setting can be modified from the default.final Stringname()The name of the option that has settings that you can set.static Class<? extends OptionSetting.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringvalue()The current value of the option setting.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
nameThe name of the option that has settings that you can set. - Returns:
- The name of the option that has settings that you can set.
 
- 
valueThe current value of the option setting. - Returns:
- The current value of the option setting.
 
- 
defaultValueThe default value of the option setting. - Returns:
- The default value of the option setting.
 
- 
descriptionThe description of the option setting. - Returns:
- The description of the option setting.
 
- 
applyTypeThe DB engine specific parameter type. - Returns:
- The DB engine specific parameter type.
 
- 
dataTypeThe data type of the option setting. - Returns:
- The data type of the option setting.
 
- 
allowedValuesThe allowed values of the option setting. - Returns:
- The allowed values of the option setting.
 
- 
isModifiableIndicates whether the option setting can be modified from the default. - Returns:
- Indicates whether the option setting can be modified from the default.
 
- 
isCollectionIndicates whether the option setting is part of a collection. - Returns:
- Indicates whether the option setting is part of a collection.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<OptionSetting.Builder,- OptionSetting> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-