How to set configurations in appium referring to Configurator methods in UIAutomator?

In Android UIAutomator, there is a Configurator class to setup serveral timeouts options, such like setWaitForIdleTimeout, setWaitForSelectorTimeout.

Is there any place in Appium to set these options?