Interface BaseSignedRequest.Builder<B extends BaseSignedRequest.Builder<B,​PayloadT>,​PayloadT>

    • Method Detail

      • request

        B request​(SdkHttpRequest request)
        Set the HTTP request object, without the request body payload.
      • payload

        B payload​(PayloadT payload)
        Set the body payload of the request. A payload is optional. By default, the payload will be empty.