This is by design of the AsynchroSerial component you are using. It has the Serial_LDD as inherited (sub-)component, and the settings of the AsynchroSerial (upper level) are propagated to the lower (Serial_LDD) level.
Change the settings of the AsynchroSerial, and then it will propagate to the Serial_LDD.
If you really want to directly affect the Serial_LDD, then use it instead of the AsynchroSerial. But the AsynchroSerial is easier to use and has a better API in my view.
I hope this helps,
Erich