public static interface OptionGroupOption.Builder extends SdkPojo, CopyableBuilder<OptionGroupOption.Builder,OptionGroupOption>
Modifier and Type | Method and Description |
---|---|
OptionGroupOption.Builder |
copyableCrossAccount(Boolean copyableCrossAccount)
Specifies 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.
|
OptionGroupOption.Builder |
name(String name)
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(Collection<String> optionsConflictsWith)
The options that conflict with this option.
|
OptionGroupOption.Builder |
optionsConflictsWith(String... optionsConflictsWith)
The options that conflict with this option.
|
OptionGroupOption.Builder |
optionsDependedOn(Collection<String> optionsDependedOn)
The options that are prerequisites for this option.
|
OptionGroupOption.Builder |
optionsDependedOn(String... optionsDependedOn)
The options that are prerequisites for this option.
|
OptionGroupOption.Builder |
permanent(Boolean permanent)
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)
Specifies 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.Builder |
vpcOnly(Boolean vpcOnly)
If true, you can only use this option with a DB instance that is in a VPC.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OptionGroupOption.Builder name(String name)
The name of the option.
name
- The name of the option.OptionGroupOption.Builder description(String description)
The description of the option.
description
- The description of the option.OptionGroupOption.Builder engineName(String engineName)
The name of the engine that this option can be applied to.
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.
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.
minimumRequiredMinorEngineVersion
- The minimum required engine version for the option to be applied.OptionGroupOption.Builder portRequired(Boolean portRequired)
Specifies whether the option requires a port.
portRequired
- Specifies whether the option requires a port.OptionGroupOption.Builder defaultPort(Integer defaultPort)
If the option requires a port, specifies the default port for the option.
defaultPort
- If the option requires a port, specifies the default port for the option.OptionGroupOption.Builder optionsDependedOn(Collection<String> optionsDependedOn)
The options that are prerequisites for this option.
optionsDependedOn
- The options that are prerequisites for this option.OptionGroupOption.Builder optionsDependedOn(String... optionsDependedOn)
The options that are prerequisites for this option.
optionsDependedOn
- The options that are prerequisites for this option.OptionGroupOption.Builder optionsConflictsWith(Collection<String> optionsConflictsWith)
The options that conflict with this option.
optionsConflictsWith
- The options that conflict with this option.OptionGroupOption.Builder optionsConflictsWith(String... optionsConflictsWith)
The options that conflict with this option.
optionsConflictsWith
- The options that conflict with this option.OptionGroupOption.Builder persistent(Boolean persistent)
Persistent options can't be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.
persistent
- Persistent options can't be removed from an option group while DB instances are associated with the
option group. If you disassociate all DB instances from the option group, your can remove the
persistent option from the option group.OptionGroupOption.Builder permanent(Boolean permanent)
Permanent options can never be removed from an option group. An option group containing a permanent option can't be removed from a DB instance.
permanent
- Permanent options can never be removed from an option group. An option group containing a permanent
option can't be removed from a DB instance.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. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by modifying your DB instance later.
requiresAutoMinorEngineVersionUpgrade
- If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can
use this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or
by modifying your DB instance later.OptionGroupOption.Builder vpcOnly(Boolean vpcOnly)
If true, you can only use this option with a DB instance that is in a VPC.
vpcOnly
- If true, you can only use this option with a DB instance that is in a VPC.OptionGroupOption.Builder supportsOptionVersionDowngrade(Boolean supportsOptionVersionDowngrade)
If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.
supportsOptionVersionDowngrade
- If true, you can change the option to an earlier version of the option. This only applies to options
that have different versions available.OptionGroupOption.Builder optionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
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.
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.
This is a convenience method that creates an instance of theOptionGroupOptionSetting.Builder
avoiding the need to
create one manually via OptionGroupOptionSetting.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #optionGroupOptionSettings(List
.
optionGroupOptionSettings
- a consumer that will call methods on
OptionGroupOptionSetting.Builder
#optionGroupOptionSettings(java.util.Collection)
OptionGroupOption.Builder optionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions)
The versions that are available for the option.
optionGroupOptionVersions
- The versions that are available for the option.OptionGroupOption.Builder optionGroupOptionVersions(OptionVersion... optionGroupOptionVersions)
The versions that are available for the option.
optionGroupOptionVersions
- The versions that are available for the option.OptionGroupOption.Builder optionGroupOptionVersions(Consumer<OptionVersion.Builder>... optionGroupOptionVersions)
The versions that are available for the option.
This is a convenience method that creates an instance of theOptionVersion.Builder
avoiding the need to create one
manually via OptionVersion.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and its
result is passed to #optionGroupOptionVersions(List
.
optionGroupOptionVersions
- a consumer that will call methods on
OptionVersion.Builder
#optionGroupOptionVersions(java.util.Collection)
OptionGroupOption.Builder copyableCrossAccount(Boolean copyableCrossAccount)
Specifies whether the option can be copied across Amazon Web Services accounts.
copyableCrossAccount
- Specifies whether the option can be copied across Amazon Web Services accounts.Copyright © 2023. All rights reserved.