Class DBClusterMember
java.lang.Object
software.amazon.awssdk.services.rds.model.DBClusterMember
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DBClusterMember.Builder,DBClusterMember>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DBClusterMember.Builderbuilder()final StringSpecifies the status of the DB cluster parameter group for this member of the DB cluster.final StringSpecifies the instance identifier for this member of the DB cluster.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanIndicates whether the cluster member is the primary DB instance for the DB cluster.final IntegerA value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.static Class<? extends DBClusterMember.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dbInstanceIdentifier
Specifies the instance identifier for this member of the DB cluster.
- Returns:
- Specifies the instance identifier for this member of the DB cluster.
-
isClusterWriter
Indicates whether the cluster member is the primary DB instance for the DB cluster.
- Returns:
- Indicates whether the cluster member is the primary DB instance for the DB cluster.
-
dbClusterParameterGroupStatus
Specifies the status of the DB cluster parameter group for this member of the DB cluster.
- Returns:
- Specifies the status of the DB cluster parameter group for this member of the DB cluster.
-
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.
- Returns:
- 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DBClusterMember.Builder,DBClusterMember>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-