Class OptionGroupMembership
- All Implemented Interfaces:
Serializable, Cloneable
Provides information on the option groups the DB instance is a member of.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe name of the option group that the instance belongs to.The status of the DB instance's option group membership.inthashCode()voidsetOptionGroupName(String optionGroupName) The name of the option group that the instance belongs to.voidThe status of the DB instance's option group membership.toString()Returns a string representation of this object; useful for testing and debugging.withOptionGroupName(String optionGroupName) The name of the option group that the instance belongs to.withStatus(String status) The status of the DB instance's option group membership.
-
Constructor Details
-
OptionGroupMembership
public OptionGroupMembership()
-
-
Method Details
-
setOptionGroupName
The name of the option group that the instance belongs to.
- Parameters:
optionGroupName- The name of the option group that the instance belongs to.
-
getOptionGroupName
The name of the option group that the instance belongs to.
- Returns:
- The name of the option group that the instance belongs to.
-
withOptionGroupName
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.
-
setStatus
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.
-
getStatus
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:
- 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.
-
withStatus
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.
-
toString
-
equals
-
hashCode
-
clone
-