Optional deserializerSets the default deserializer for converting query result rows into objects. If not specified, the SDK uses an instance of the default JsonDeserializer.
Can also be set per-operation with QueryOptions.deserializer.
Optional loggerProvides an implementation of the Logger interface to be used by the SDK.
Optional maxSpecifies the default maximum number of retries for operations performed by the SDK. Defaults to 7.
Volatile: This API is subject to change at any time.
Optional securitySpecifies the security options for connections of this cluster.
Optional timeoutSpecifies the default timeouts for various operations performed by the SDK.
Specifies the options which can be specified when connecting to a cluster.