`FixedBackOff` currently has two constructors: one that uses defaults, and a second one that accepts the `interval` and `maxAttempts`. However, users sometimes just want to be able to easily construct a `FixedBackOff` policy with a custom interval.