idempotencyKey

abstract fun idempotencyKey(idempotencyKey: String): RequestBuilder<Req, Res>

Return

this instance, so the builder can be used fluently.

Parameters

idempotencyKey

Idempotency key to attach in the request.