requestId

abstract fun requestId(requestId: String?): CommandBuilder

Sets the request identifier for tracking related commands.

Return

this builder for method chaining

Parameters

requestId

the request identifier, or null

See also


abstract val requestId: String?