@Generated(value="software.amazon.awssdk:codegen") public final class DBClusterMember extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBClusterMember.Builder,DBClusterMember>
Contains information about an instance that is part of a DB cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DBClusterMember.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DBClusterMember.Builder |
builder() |
String |
dbClusterParameterGroupStatus()
Specifies the status of the DB cluster parameter group for this member of the DB cluster.
|
String |
dbInstanceIdentifier()
Specifies 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()
Indicates whether the cluster member is the primary DB instance for the DB cluster.
|
Integer |
promotionTier()
A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure
of the existing primary instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DBClusterMember.Builder> |
serializableBuilderClass() |
DBClusterMember.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbInstanceIdentifier()
Specifies the instance identifier for this member of the DB cluster.
public final Boolean isClusterWriter()
Indicates whether the cluster member is the primary DB instance for the DB cluster.
public final String dbClusterParameterGroupStatus()
Specifies the status of the DB cluster parameter group for this member of the DB cluster.
public final Integer promotionTier()
A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.
public DBClusterMember.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DBClusterMember.Builder,DBClusterMember>public static DBClusterMember.Builder builder()
public static Class<? extends DBClusterMember.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.