Suppose you create a class names Person using the builder pattern, and suppose the Builder class contains methods body(), head(), arms()
body()
head()
arms()
isn't possible to call these methods in Person's constructor ?