CopyableBuilder<ModifyOptionGroupRequest.Builder,ModifyOptionGroupRequest>
, SdkBuilder<ModifyOptionGroupRequest.Builder,ModifyOptionGroupRequest>
public static interface ModifyOptionGroupRequest.Builder extends CopyableBuilder<ModifyOptionGroupRequest.Builder,ModifyOptionGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyOptionGroupRequest.Builder |
applyImmediately(Boolean applyImmediately) |
Indicates whether the changes should be applied immediately, or during the next maintenance window for each
instance associated with the option group.
|
ModifyOptionGroupRequest.Builder |
optionGroupName(String optionGroupName) |
The name of the option group to be modified.
|
ModifyOptionGroupRequest.Builder |
optionsToInclude(Collection<OptionConfiguration> optionsToInclude) |
Options in this list are added to the option group or, if already present, the specified configuration is
used to update the existing configuration.
|
ModifyOptionGroupRequest.Builder |
optionsToInclude(OptionConfiguration... optionsToInclude) |
Options in this list are added to the option group or, if already present, the specified configuration is
used to update the existing configuration.
|
ModifyOptionGroupRequest.Builder |
optionsToRemove(String... optionsToRemove) |
Options in this list are removed from the option group.
|
ModifyOptionGroupRequest.Builder |
optionsToRemove(Collection<String> optionsToRemove) |
Options in this list are removed from the option group.
|
copy
apply, build
ModifyOptionGroupRequest.Builder optionGroupName(String optionGroupName)
The name of the option group to be modified.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance
optionGroupName
- The name of the option group to be modified.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance
ModifyOptionGroupRequest.Builder optionsToInclude(Collection<OptionConfiguration> optionsToInclude)
Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.
optionsToInclude
- Options in this list are added to the option group or, if already present, the specified configuration
is used to update the existing configuration.ModifyOptionGroupRequest.Builder optionsToInclude(OptionConfiguration... optionsToInclude)
Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.
NOTE: This method appends the values to the existing list (if any). Use
#setOptionsToInclude(java.util.Collection)
or #withOptionsToInclude(java.util.Collection)
if
you want to override the existing values.
optionsToInclude
- Options in this list are added to the option group or, if already present, the specified configuration
is used to update the existing configuration.ModifyOptionGroupRequest.Builder optionsToRemove(Collection<String> optionsToRemove)
Options in this list are removed from the option group.
optionsToRemove
- Options in this list are removed from the option group.ModifyOptionGroupRequest.Builder optionsToRemove(String... optionsToRemove)
Options in this list are removed from the option group.
NOTE: This method appends the values to the existing list (if any). Use
#setOptionsToRemove(java.util.Collection)
or #withOptionsToRemove(java.util.Collection)
if
you want to override the existing values.
optionsToRemove
- Options in this list are removed from the option group.ModifyOptionGroupRequest.Builder applyImmediately(Boolean applyImmediately)
Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.
applyImmediately
- Indicates whether the changes should be applied immediately, or during the next maintenance window for
each instance associated with the option group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.