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 Summary
Modifier and TypeMethodDescriptionoptionGroupName(String optionGroupName) The name of the option group that the instance belongs to.The status of the DB instance's option group membership.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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, andfailed.- 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, andfailed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -