The alternative Java connector [has](https://github.com/isopov/tarantool-java-driver/blob/88485aca0895f4069517284c6e3e79caf00b0024/tarantool-driver/src/test/java/com/sopovs/moradanen/tarantool/TarantoolClientImplTest.java#L251-L254) ability to, say, construct update statement step-by-step. This can be more intuitive then [our way](https://github.com/tarantool/tarantool-java/blob/b53e0ba1b7acd35c2fd4b402aa71ee3a4ef886b9/src/test/java/org/tarantool/ClientAsyncOperationsIT.java#L131). Don't sure whether it worth to do so, looks as the minor improvement.