OptionalbatchOptionalbulkOptionalgOptionalmaterializeOptionaltimeoutAdds a single query parameter. The accumulated parameters map is converted to a gremlin-lang map literal string when the message is created. Cannot be mixed with addParametersString.
Merges the provided parameters into the accumulated parameters map. The values are converted to a gremlin-lang map literal string when the message is created. Cannot be mixed with addParametersString.
Sets the query parameters as a pre-formatted gremlin-lang map literal string (e.g. '["x":1,"y":"knows"]').
Calling this method replaces any previously set parameters string (last-one-wins).
Cannot be mixed with addParameter or addParameters.
Create the request message given the settings provided to the Builder.
Builder class for RequestMessage.