You could attach the entire spaceship interior to some kind of parent object (possibly the spaceship itself?) and then only move that one. To do so
- select your group of objects
- right-click and choose Attach To
- select your desired parent object
Once they’re properly attached (displayed as child objects in the World Outliner), you’ll only need to call all your movement/rotation functionality on the parent object.