Class FailoverDbClusterRequest

    • Method Detail

      • dbClusterIdentifier

        public final String dbClusterIdentifier()

        A cluster identifier to force a failover for. This parameter is not case sensitive.

        Constraints:

        • Must match the identifier of an existing DBCluster.

        Returns:
        A cluster identifier to force a failover for. This parameter is not case sensitive.

        Constraints:

        • Must match the identifier of an existing DBCluster.

      • targetDBInstanceIdentifier

        public final String targetDBInstanceIdentifier()

        The name of the instance to promote to the primary instance.

        You must specify the instance identifier for an Amazon DocumentDB replica in the cluster. For example, mydbcluster-replica1.

        Returns:
        The name of the instance to promote to the primary instance.

        You must specify the instance identifier for an Amazon DocumentDB replica in the cluster. For example, mydbcluster-replica1.

      • 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