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()

        Specifies whether the reboot is conducted through a Multi-AZ failover.

        Constraint: You can't enable force failover if the instance isn't configured for Multi-AZ.

        Returns:
        Specifies whether the reboot is conducted through a Multi-AZ failover.

        Constraint: You can't enable force failover if the instance isn't configured for Multi-AZ.

      • 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