Can I set timeout for a particular endpoint of Upstream?

I was investigating about Route, Service, Plug-in.
And I had a question about the following points.

Is it not possible to set the timeout that can be set in Service for each specific endpoint of Upstream?
It becomes the following when it makes a figure.

                                                 |
+-------+                                        |
| Route | -----+                                 |        +-------+
| /hoge |      |                                 |    +---| /hoge |
+-------+      |       +---------+               |    |   +-------+
               +-------| Service |---------------|----+
+-------+      |       +---------+               |    |   +-------+
| Route | -----+          /hoge → timeout = 60s  |    +---| /fuga |
| /fuga |                 /fuga → timeout = 30s  |        +-------+
+-------+                                        |
                                                 +---- own API

If you can, please tell me the setting method.