setIdempotencyKey  
  abstract fun setIdempotencyKey(@Nullable idempotencyKey: @Nullable String): RequestBuilder<Req, Res>
Parameters
idempotencyKey 
Idempotency key to attach in the request.
Idempotency key to attach in the request.