public static interface ModifyOptionGroupRequest.Builder extends RDSRequest.Builder, CopyableBuilder<ModifyOptionGroupRequest.Builder,ModifyOptionGroupRequest>
| Modifier and Type | Method and 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(Consumer<OptionConfiguration.Builder>... 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(Collection<String> 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.
|
ModifyOptionGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ModifyOptionGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildModifyOptionGroupRequest.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, can't be removed from an option group, and that option group can't 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, can't be removed from an option group, and that option group can't 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.
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(Consumer<OptionConfiguration.Builder>... 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.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #optionsToInclude(List) .optionsToInclude - a consumer that will call methods on List.Builder #optionsToInclude(List) 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.
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.ModifyOptionGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ModifyOptionGroupRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.