public static class RequestToSign.RequestToSignBuilder extends Object
Constructor and Description |
---|
RequestToSignBuilder() |
Modifier and Type | Method and Description |
---|---|
RequestToSign.RequestToSignBuilder |
body(String body) |
RequestToSign |
build() |
RequestToSign.RequestToSignBuilder |
headers(Map<String,String> headers) |
RequestToSign.RequestToSignBuilder |
method(DataToSignProvider.HttpMethod method) |
RequestToSign.RequestToSignBuilder |
path(String path) |
RequestToSign.RequestToSignBuilder |
queryParams(Map<String,String> queryParams) |
public RequestToSign.RequestToSignBuilder method(DataToSignProvider.HttpMethod method)
public RequestToSign.RequestToSignBuilder path(String path)
public RequestToSign.RequestToSignBuilder headers(Map<String,String> headers)
public RequestToSign.RequestToSignBuilder queryParams(Map<String,String> queryParams)
public RequestToSign.RequestToSignBuilder body(String body)
public RequestToSign build()
Copyright © 2020. All rights reserved.