Class FailoverGlobalClusterRequest

    • Method Detail

      • globalClusterIdentifier

        public final String globalClusterIdentifier()

        Identifier of the Neptune global database that should be failed over. The identifier is the unique key assigned by the user when the Neptune global database was created. In other words, it's the name of the global database that you want to fail over.

        Constraints: Must match the identifier of an existing Neptune global database.

        Returns:
        Identifier of the Neptune global database that should be failed over. The identifier is the unique key assigned by the user when the Neptune global database was created. In other words, it's the name of the global database that you want to fail over.

        Constraints: Must match the identifier of an existing Neptune global database.

      • targetDbClusterIdentifier

        public final String targetDbClusterIdentifier()

        The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.

        Returns:
        The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.
      • 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