I think there is no way to rotate an aabox, simply because AA stands for Axis-Aligned, so the AABox class was done following this rule.
But you can write your own Zone, for example name it 'Box', and code it to handle rotation. For that, you can for example use 3 floats to describe dimensions and a Vector3D for the direction of the box.