Interface OptionGroupMembership.Builder

    • Method Detail

      • optionGroupName

        OptionGroupMembership.Builder optionGroupName​(String optionGroupName)

        The name of the option group that the instance belongs to.

        Parameters:
        optionGroupName - The name of the option group that the instance belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        OptionGroupMembership.Builder status​(String status)

        The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

        Parameters:
        status - The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.