Issue converting C# to VB.Net when creating SquareClient.Builder instance

I’m having an issue in creating a new instance of SquareClient.Builder. I would like to be able to specify the number of retries and the timeout value.

The only example I’ve been able to find uses expression-bodied properties to specify those values.

I’m developing in VB.NET which does not currently support expression-body. Does anyone know of a way of the creating the HttpClientConfig object without using expression-bodies?