JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.rds.model

Class ModifyOptionGroupRequest

    • Constructor Detail

      • ModifyOptionGroupRequest

        public ModifyOptionGroupRequest()
    • Method Detail

      • setOptionGroupName

        public void setOptionGroupName(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

      • getOptionGroupName

        public String getOptionGroupName()

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

      • withOptionGroupName

        public ModifyOptionGroupRequest withOptionGroupName(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.
      • getOptionsToInclude

        public List<OptionConfiguration> getOptionsToInclude()

        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:
        Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.
      • setOptionsToInclude

        public void setOptionsToInclude(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.
      • withOptionsToInclude

        public ModifyOptionGroupRequest withOptionsToInclude(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.

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

        public ModifyOptionGroupRequest withOptionsToInclude(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.
      • getOptionsToRemove

        public List<String> getOptionsToRemove()

        Options in this list are removed from the option group.

        Returns:
        Options in this list are removed from the option group.
      • setOptionsToRemove

        public void setOptionsToRemove(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.
      • withOptionsToRemove

        public ModifyOptionGroupRequest withOptionsToRemove(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.
      • setApplyImmediately

        public void setApplyImmediately(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.
      • getApplyImmediately

        public Boolean getApplyImmediately()

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

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

        public ModifyOptionGroupRequest withApplyImmediately(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.
      • isApplyImmediately

        public Boolean isApplyImmediately()

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

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

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /