Uses of Interface
software.amazon.awssdk.services.rds.model.OptionSetting.Builder
Packages that use OptionSetting.Builder
-
Uses of OptionSetting.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return OptionSetting.BuilderModifier and TypeMethodDescriptionOptionSetting.Builder.allowedValues(String allowedValues) The allowed values of the option setting.The DB engine specific parameter type.static OptionSetting.BuilderOptionSetting.builder()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 whether the option setting is part of a collection.OptionSetting.Builder.isModifiable(Boolean isModifiable) Indicates whether the option setting can be modified from the default.The name of the option that has settings that you can set.OptionSetting.toBuilder()The current value of the option setting.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type OptionSetting.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OptionSetting.Builder>OptionSetting.serializableBuilderClass()