This section shows you how to modify a Container configuration. It is organized into subsections each demonstrating how to modify a particular configuration parameter. The basic idea behind modifying the Container configuration is simple. Agent SOAP API has classes that hold the Container configuration parameters. You instantiate the necessary classes (depending on the parameter type) and populate only those members (configuration parameters) that you would like to modify. You then submit the populated objects to Agent using the appropriate class and method. Upon receiving the new configuration, Agent will updated only those parameters that you specified in the input structure.