@Generated(value="software.amazon.awssdk:codegen") public final class OptionGroupMembership extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OptionGroupMembership.Builder,OptionGroupMembership>
Provides information on the option groups the DB instance is a member of.
Modifier and Type | Class and Description |
---|---|
static interface |
OptionGroupMembership.Builder |
Modifier and Type | Method and Description |
---|---|
static OptionGroupMembership.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
optionGroupName()
The name of the option group that the instance belongs to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OptionGroupMembership.Builder> |
serializableBuilderClass() |
String |
status()
The status of the DB instance's option group membership.
|
OptionGroupMembership.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String optionGroupName()
The name of the option group that the instance belongs to.
public 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
.
in-sync
,
pending-apply
, pending-removal
, pending-maintenance-apply
,
pending-maintenance-removal
, applying
, removing
, and
failed
.public OptionGroupMembership.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OptionGroupMembership.Builder,OptionGroupMembership>
public static OptionGroupMembership.Builder builder()
public static Class<? extends OptionGroupMembership.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.