Interface ModifyOptionGroupRequest.Builder

    • Method Detail

      • 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

        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.

        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.
      • 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.