public static interface ChecksumCalculatingAsyncRequestBody.Builder extends SdkBuilder<ChecksumCalculatingAsyncRequestBody.Builder,ChecksumCalculatingAsyncRequestBody>
| Modifier and Type | Method and Description |
|---|---|
ChecksumCalculatingAsyncRequestBody.Builder |
algorithm(Algorithm algorithm)
Sets the checksum algorithm.
|
ChecksumCalculatingAsyncRequestBody.Builder |
asyncRequestBody(AsyncRequestBody asyncRequestBody)
Sets the AsyncRequestBody that will be wrapped.
|
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(Algorithm 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.Copyright © 2022. All rights reserved.