Interface BaseSignRequest.Builder<B extends BaseSignRequest.Builder<B,​PayloadT,​IdentityT>,​PayloadT,​IdentityT extends Identity>

    • 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.
      • identity

        B identity​(IdentityT identity)
        Set the identity of the request.
      • putProperty

        <T> B putProperty​(SignerProperty<T> key,
                          T value)
        Set a property that the HttpSigner can use during signing.