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 String
The allowed values of the option setting.final String
The DB engine specific parameter type.static OptionSetting.Builder
builder()
final String
dataType()
The data type of the option setting.final String
The default value of the option setting.final String
The description of the option setting.final boolean
final boolean
equalsBySdkFields
(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 int
hashCode()
final Boolean
Indicates whether the option setting is part of a collection.final Boolean
Indicates whether the option setting can be modified from the default.final String
name()
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 String
toString()
Returns a string representation of this object.final String
value()
The current value of the option setting.Methods 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
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<OptionSetting.Builder,
OptionSetting> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- 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
-