Class AwsRdsDbClusterMember

    • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)