@Generated(value="software.amazon.awssdk:codegen") public final class AwsRdsDbClusterMember extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRdsDbClusterMember.Builder,AwsRdsDbClusterMember>
Information about an instance in the DB cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRdsDbClusterMember.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsRdsDbClusterMember.Builder |
builder() |
String |
dbClusterParameterGroupStatus()
The status of the DB cluster parameter group for this member of the DB cluster.
|
String |
dbInstanceIdentifier()
The instance identifier for this member of the DB cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isClusterWriter()
Whether the cluster member is the primary instance for the DB cluster.
|
Integer |
promotionTier()
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary
instance fails.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRdsDbClusterMember.Builder> |
serializableBuilderClass() |
AwsRdsDbClusterMember.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean isClusterWriter()
Whether the cluster member is the primary instance for the DB cluster.
public final Integer promotionTier()
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
public final String dbInstanceIdentifier()
The instance identifier for this member of the DB cluster.
public final String dbClusterParameterGroupStatus()
The status of the DB cluster parameter group for this member of the DB cluster.
public AwsRdsDbClusterMember.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRdsDbClusterMember.Builder,AwsRdsDbClusterMember>public static AwsRdsDbClusterMember.Builder builder()
public static Class<? extends AwsRdsDbClusterMember.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.