I want to build the following URI -
https://10.112.88.182:8443/Vehicle/services/socialService/login
...
Builder builder = new
The solution is quite simple, simply use appendEncodedPath(), it will not encode your string, it just appends it as it is.
appendEncodedPath()