public static interface OptionGroupMembership.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OptionGroupMembership.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 © 2023. All rights reserved.