Stan.build() vs. cmdstan vs. CmdStanModel vs. pystan

Hello,

I am on Windows, I cannot import ‘stan’. However, I can import cmdstan and pystan. I am trying to replicate stan.build() functionality using cmdstan or pystan, but I notice that cmdstan or pystan do not have build() member functions taking on the same arguments. How to reconcile with proper syntax? Or maybe an example of each, would help- thanks,