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 Summary
Nested Classes -
Method Summary
Modifier 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) 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>final StringtoString()Returns a string representation of this object.final Stringvalue()The current value of the option setting.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
The name of the option that has settings that you can set.
- Returns:
- The name of the option that has settings that you can set.
-
value
The current value of the option setting.
- Returns:
- The current value of the option setting.
-
defaultValue
The default value of the option setting.
- Returns:
- The default value of the option setting.
-
description
The description of the option setting.
- Returns:
- The description of the option setting.
-
applyType
The DB engine specific parameter type.
- Returns:
- The DB engine specific parameter type.
-
dataType
The data type of the option setting.
- Returns:
- The data type of the option setting.
-
allowedValues
The allowed values of the option setting.
- Returns:
- The allowed values of the option setting.
-
isModifiable
Indicates whether the option setting can be modified from the default.
- Returns:
- Indicates whether the option setting can be modified from the default.
-
isCollection
Indicates whether the option setting is part of a collection.
- Returns:
- Indicates whether the option setting is part of a collection.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<OptionSetting.Builder,OptionSetting>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-