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()
boolean
The name of the option group that the instance belongs to.The status of the DB instance's option group membership.int
hashCode()
void
setOptionGroupName
(String optionGroupName) The name of the option group that the instance belongs to.void
The 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-