Class RebootDbInstanceRequest

    • Method Detail

      • dbInstanceIdentifier

        public final String dbInstanceIdentifier()

        The DB instance identifier. This parameter is stored as a lowercase string.

        Constraints:

        • Must match the identifier of an existing DBInstance.

        Returns:
        The DB instance identifier. This parameter is stored as a lowercase string.

        Constraints:

        • Must match the identifier of an existing DBInstance.

      • forceFailover

        public final Boolean forceFailover()

        When true, the reboot is conducted through a MultiAZ failover.

        Constraint: You can't specify true if the instance is not configured for MultiAZ.

        Returns:
        When true, the reboot is conducted through a MultiAZ failover.

        Constraint: You can't specify true if the instance is not configured for MultiAZ.

      • 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