Uses of Interface
software.amazon.awssdk.services.rds.model.OptionGroupOption.Builder
Packages that use OptionGroupOption.Builder
-
Uses of OptionGroupOption.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return OptionGroupOption.BuilderModifier and TypeMethodDescriptionstatic OptionGroupOption.BuilderOptionGroupOption.builder()OptionGroupOption.Builder.copyableCrossAccount(Boolean copyableCrossAccount) Indicates whether the option can be copied across Amazon Web Services accounts.OptionGroupOption.Builder.defaultPort(Integer defaultPort) If the option requires a port, specifies the default port for the option.OptionGroupOption.Builder.description(String description) The description of the option.OptionGroupOption.Builder.engineName(String engineName) The name of the engine that this option can be applied to.OptionGroupOption.Builder.majorEngineVersion(String majorEngineVersion) Indicates the major engine version that the option is available for.OptionGroupOption.Builder.minimumRequiredMinorEngineVersion(String minimumRequiredMinorEngineVersion) The minimum required engine version for the option to be applied.The name of the option.OptionGroupOption.Builder.optionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings) The option settings that are available (and the default value) for each option in an option group.OptionGroupOption.Builder.optionGroupOptionSettings(Consumer<OptionGroupOptionSetting.Builder>... optionGroupOptionSettings) The option settings that are available (and the default value) for each option in an option group.OptionGroupOption.Builder.optionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings) The option settings that are available (and the default value) for each option in an option group.OptionGroupOption.Builder.optionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions) The versions that are available for the option.OptionGroupOption.Builder.optionGroupOptionVersions(Consumer<OptionVersion.Builder>... optionGroupOptionVersions) The versions that are available for the option.OptionGroupOption.Builder.optionGroupOptionVersions(OptionVersion... optionGroupOptionVersions) The versions that are available for the option.OptionGroupOption.Builder.optionsConflictsWith(String... optionsConflictsWith) The options that conflict with this option.OptionGroupOption.Builder.optionsConflictsWith(Collection<String> optionsConflictsWith) The options that conflict with this option.OptionGroupOption.Builder.optionsDependedOn(String... optionsDependedOn) The options that are prerequisites for this option.OptionGroupOption.Builder.optionsDependedOn(Collection<String> optionsDependedOn) The options that are prerequisites for this option.Permanent options can never be removed from an option group.OptionGroupOption.Builder.persistent(Boolean persistent) Persistent options can't be removed from an option group while DB instances are associated with the option group.OptionGroupOption.Builder.portRequired(Boolean portRequired) Indicates whether the option requires a port.OptionGroupOption.Builder.requiresAutoMinorEngineVersionUpgrade(Boolean requiresAutoMinorEngineVersionUpgrade) If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option.OptionGroupOption.Builder.supportsOptionVersionDowngrade(Boolean supportsOptionVersionDowngrade) If true, you can change the option to an earlier version of the option.OptionGroupOption.toBuilder()If true, you can only use this option with a DB instance that is in a VPC.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type OptionGroupOption.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OptionGroupOption.Builder>OptionGroupOption.serializableBuilderClass()