Creating new builders
If you need additional builder functionality than that provided by the PolicyCenter base configuration builders, you can do either of the following:
- Extend an existing builder class and add new builder methods to that class.
- Extend the base DataBuilder class and create a new builder class with its own set of builder methods.
You can also create a builder for a custom entity that you created by extending the DataBuilder class.
