public class ChecksumSpecs extends Object implements ToCopyableBuilder<ChecksumSpecs.Builder,ChecksumSpecs>
Implementor notes: this class is technically not needed, but we can't remove it now for backwards compatibility reasons.
| Modifier and Type | Class and Description |
|---|---|
static class |
ChecksumSpecs.Builder |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
algorithm()
Deprecated.
use
algorithmV2() instead |
ChecksumAlgorithm |
algorithmV2() |
static ChecksumSpecs.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
headerName() |
boolean |
isRequestChecksumRequired() |
boolean |
isRequestStreaming() |
boolean |
isValidationEnabled() |
String |
requestAlgorithmHeader() |
List<Algorithm> |
responseValidationAlgorithms()
Deprecated.
use
algorithmV2() instead |
List<ChecksumAlgorithm> |
responseValidationAlgorithmsV2() |
ChecksumSpecs.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic static ChecksumSpecs.Builder builder()
@Deprecated public Algorithm algorithm()
algorithmV2() insteadpublic ChecksumAlgorithm algorithmV2()
public String headerName()
public boolean isRequestStreaming()
public boolean isValidationEnabled()
public boolean isRequestChecksumRequired()
public String requestAlgorithmHeader()
@Deprecated public List<Algorithm> responseValidationAlgorithms()
algorithmV2() insteadpublic List<ChecksumAlgorithm> responseValidationAlgorithmsV2()
public ChecksumSpecs.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ChecksumSpecs.Builder,ChecksumSpecs>Copyright © 2026. All rights reserved.