Interface ModifyOptionGroupRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ModifyOptionGroupRequest.Builder,ModifyOptionGroupRequest>, RdsRequest.Builder, SdkBuilder<ModifyOptionGroupRequest.Builder,ModifyOptionGroupRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ModifyOptionGroupRequest

public static interface ModifyOptionGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyOptionGroupRequest.Builder,ModifyOptionGroupRequest>
  • Method Details

    • optionGroupName

      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, 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

      Parameters:
      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

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optionsToInclude

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 method that creates an instance of the OptionConfiguration.Builder avoiding the need to create one manually via OptionConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to optionsToInclude(List<OptionConfiguration>).

      Parameters:
      optionsToInclude - a consumer that will call methods on OptionConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • optionsToRemove

      ModifyOptionGroupRequest.Builder optionsToRemove(Collection<String> optionsToRemove)

      Options in this list are removed from the option group.

      Parameters:
      optionsToRemove - Options in this list are removed from the option group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optionsToRemove

      ModifyOptionGroupRequest.Builder optionsToRemove(String... optionsToRemove)

      Options in this list are removed from the option group.

      Parameters:
      optionsToRemove - Options in this list are removed from the option group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applyImmediately

      ModifyOptionGroupRequest.Builder applyImmediately(Boolean applyImmediately)

      Specifies whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.

      Parameters:
      applyImmediately - Specifies whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ModifyOptionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.