Class AwsRdsDbClusterMember
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsRdsDbClusterMember
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsRdsDbClusterMember.Builder,AwsRdsDbClusterMember>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsRdsDbClusterMember.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsRdsDbClusterMember.Builderbuilder()StringdbClusterParameterGroupStatus()The status of the DB cluster parameter group for this member of the DB cluster.StringdbInstanceIdentifier()The instance identifier for this member of the DB cluster.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisClusterWriter()Whether the cluster member is the primary instance for the DB cluster.IntegerpromotionTier()Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsRdsDbClusterMember.Builder>serializableBuilderClass()AwsRdsDbClusterMember.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
isClusterWriter
public final Boolean isClusterWriter()
Whether the cluster member is the primary instance for the DB cluster.
- Returns:
- Whether the cluster member is the primary instance for the DB cluster.
-
promotionTier
public final Integer promotionTier()
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
- Returns:
- Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
-
dbInstanceIdentifier
public final String dbInstanceIdentifier()
The instance identifier for this member of the DB cluster.
- Returns:
- The instance identifier for this member of the DB cluster.
-
dbClusterParameterGroupStatus
public final String dbClusterParameterGroupStatus()
The status of the DB cluster parameter group for this member of the DB cluster.
- Returns:
- The status of the DB cluster parameter group for this member of the DB cluster.
-
toBuilder
public AwsRdsDbClusterMember.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsRdsDbClusterMember.Builder,AwsRdsDbClusterMember>
-
builder
public static AwsRdsDbClusterMember.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsRdsDbClusterMember.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-