public static interface BaseSignRequest.Builder<B extends BaseSignRequest.Builder<B,PayloadT,IdentityT>,PayloadT,IdentityT extends Identity>
BaseSignRequest.| Modifier and Type | Method and Description |
|---|---|
B |
identity(IdentityT identity)
Set the identity of the request.
|
B |
payload(PayloadT payload)
Set the body payload of the request.
|
<T> B |
putProperty(SignerProperty<T> key,
T value)
Set a property that the
HttpSigner can use during signing. |
B |
request(SdkHttpRequest request)
Set the HTTP request object, without the request body payload.
|
B request(SdkHttpRequest request)
B payload(PayloadT payload)
<T> B putProperty(SignerProperty<T> key, T value)
HttpSigner can use during signing.Copyright © 2023. All rights reserved.