Everything I'm able to find concerning the builder pattern only mentions reducing the number of parameters to a constructor. But if that is all that is needed, why not just create a basic data structure to hold the parameters and pass that?
What is the purpose of a series of methods that essentially does the same thing as setting some variables of a parameter object?