787980818283848586
* * @return the builder */ public RestConfigurationDefinition restConfiguration() { if (restConfiguration == null) { restConfiguration = new RestConfigurationDefinition(); } return restConfiguration; }