public static interface OptionGroupMembership.Builder extends CopyableBuilder<OptionGroupMembership.Builder,OptionGroupMembership>
| Modifier and Type | Method and Description |
|---|---|
OptionGroupMembership.Builder |
optionGroupName(String optionGroupName)
The name of the option group that the instance belongs to.
|
OptionGroupMembership.Builder |
status(String status)
The status of the DB instance's option group membership.
|
copyapply, buildOptionGroupMembership.Builder optionGroupName(String optionGroupName)
The name of the option group that the instance belongs to.
optionGroupName - The name of the option group that the instance belongs to.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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.