Class DBClusterBacktrack

    • Method Detail

      • dbClusterIdentifier

        public final String dbClusterIdentifier()

        Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

        Returns:
        Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
      • backtrackIdentifier

        public final String backtrackIdentifier()

        Contains the backtrack identifier.

        Returns:
        Contains the backtrack identifier.
      • backtrackTo

        public final Instant backtrackTo()

        The timestamp of the time to which the DB cluster was backtracked.

        Returns:
        The timestamp of the time to which the DB cluster was backtracked.
      • backtrackedFrom

        public final Instant backtrackedFrom()

        The timestamp of the time from which the DB cluster was backtracked.

        Returns:
        The timestamp of the time from which the DB cluster was backtracked.
      • backtrackRequestCreationTime

        public final Instant backtrackRequestCreationTime()

        The timestamp of the time at which the backtrack was requested.

        Returns:
        The timestamp of the time at which the backtrack was requested.
      • status

        public final String status()

        The status of the backtrack. This property returns one of the following values:

        • applying - The backtrack is currently being applied to or rolled back from the DB cluster.

        • completed - The backtrack has successfully been applied to or rolled back from the DB cluster.

        • failed - An error occurred while the backtrack was applied to or rolled back from the DB cluster.

        • pending - The backtrack is currently pending application to or rollback from the DB cluster.

        Returns:
        The status of the backtrack. This property returns one of the following values:

        • applying - The backtrack is currently being applied to or rolled back from the DB cluster.

        • completed - The backtrack has successfully been applied to or rolled back from the DB cluster.

        • failed - An error occurred while the backtrack was applied to or rolled back from the DB cluster.

        • pending - The backtrack is currently pending application to or rollback from 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)