Class DBClusterMember

    • Method Detail

      • dbInstanceIdentifier

        public final String 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

        public final Boolean 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

        public final String 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

        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.

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