Interface OptionGroupMembership.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OptionGroupMembership.Builder,OptionGroupMembership>, SdkBuilder<OptionGroupMembership.Builder,OptionGroupMembership>, SdkPojo
Enclosing class:
OptionGroupMembership

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

    • 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

      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.