Interface CreateOptionGroupRequest.Builder

    • Method Detail

      • optionGroupName

        CreateOptionGroupRequest.Builder optionGroupName​(String optionGroupName)

        Specifies the name of the option group to be created.

        Constraints:

        • Must be 1 to 255 letters, numbers, or hyphens

        • First character must be a letter

        • Can't end with a hyphen or contain two consecutive hyphens

        Example: myoptiongroup

        Parameters:
        optionGroupName - Specifies the name of the option group to be created.

        Constraints:

        • Must be 1 to 255 letters, numbers, or hyphens

        • First character must be a letter

        • Can't end with a hyphen or contain two consecutive hyphens

        Example: myoptiongroup

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineName

        CreateOptionGroupRequest.Builder engineName​(String engineName)

        The name of the engine to associate this option group with.

        Valid Values:

        • db2-ae

        • db2-se

        • mariadb

        • mysql

        • oracle-ee

        • oracle-ee-cdb

        • oracle-se2

        • oracle-se2-cdb

        • postgres

        • sqlserver-ee

        • sqlserver-se

        • sqlserver-ex

        • sqlserver-web

        Parameters:
        engineName - The name of the engine to associate this option group with.

        Valid Values:

        • db2-ae

        • db2-se

        • mariadb

        • mysql

        • oracle-ee

        • oracle-ee-cdb

        • oracle-se2

        • oracle-se2-cdb

        • postgres

        • sqlserver-ee

        • sqlserver-se

        • sqlserver-ex

        • sqlserver-web

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • majorEngineVersion

        CreateOptionGroupRequest.Builder majorEngineVersion​(String majorEngineVersion)

        Specifies the major version of the engine that this option group should be associated with.

        Parameters:
        majorEngineVersion - Specifies the major version of the engine that this option group should be associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionGroupDescription

        CreateOptionGroupRequest.Builder optionGroupDescription​(String optionGroupDescription)

        The description of the option group.

        Parameters:
        optionGroupDescription - The description of the option group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateOptionGroupRequest.Builder tags​(Collection<Tag> tags)

        Tags to assign to the option group.

        Parameters:
        tags - Tags to assign to the option group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateOptionGroupRequest.Builder tags​(Tag... tags)

        Tags to assign to the option group.

        Parameters:
        tags - Tags to assign to the option group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.