public static interface ChecksumCalculatingAsyncRequestBody.Builder extends SdkBuilder<ChecksumCalculatingAsyncRequestBody.Builder,ChecksumCalculatingAsyncRequestBody>
| Modifier and Type | Method and Description |
|---|---|
ChecksumCalculatingAsyncRequestBody.Builder |
algorithm(ChecksumAlgorithm algorithm)
Sets the checksum algorithm.
|
ChecksumCalculatingAsyncRequestBody.Builder |
asyncRequestBody(AsyncRequestBody asyncRequestBody)
Sets the AsyncRequestBody that will be wrapped.
|
ChecksumCalculatingAsyncRequestBody.Builder |
contentLengthHeader(Long contentLengthHeader)
Optional.
|
ChecksumCalculatingAsyncRequestBody.Builder |
trailerHeader(String trailerHeader)
Sets the Trailer header where computed SdkChecksum will be updated.
|
applyMutation, buildChecksumCalculatingAsyncRequestBody.Builder asyncRequestBody(AsyncRequestBody asyncRequestBody)
asyncRequestBody - AsyncRequestBody.ChecksumCalculatingAsyncRequestBody.Builder algorithm(ChecksumAlgorithm algorithm)
algorithm - algorithm that is used to compute the checksum.ChecksumCalculatingAsyncRequestBody.Builder trailerHeader(String trailerHeader)
trailerHeader - Trailer header name which will be appended at the end of the string.ChecksumCalculatingAsyncRequestBody.Builder contentLengthHeader(Long contentLengthHeader)
AsyncRequestBody.
Take precedence over content length specified in the AsyncRequestBody, if both are present and
different.contentLengthHeader - the value of the Content-Length header of the http request.Copyright © 2026. All rights reserved.