What Is Difference Between Build And Perform In Selenium?

What Is Difference Between Build And Perform In Selenium? build() method in Actions class is use to create chain of action or operation you want to perform. perform() this method in Actions Class is use to execute chain of action which are build using Action build method. What is the difference between build and perform