Class ChecksumSpecs
java.lang.Object
software.amazon.awssdk.core.checksums.ChecksumSpecs
- All Implemented Interfaces:
ToCopyableBuilder<ChecksumSpecs.Builder,ChecksumSpecs>
@SdkProtectedApi
public class ChecksumSpecs
extends Object
implements ToCopyableBuilder<ChecksumSpecs.Builder,ChecksumSpecs>
Defines all the Specifications that are required while adding HttpChecksum to a request and validating HttpChecksum of a
response.
Implementor notes: this class is technically not needed, but we can't remove it now for backwards compatibility reasons.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static ChecksumSpecs.Builderbuilder()booleaninthashCode()booleanbooleanbooleanDeprecated.usealgorithmV2()insteadtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
algorithm
Deprecated.usealgorithmV2()instead -
algorithmV2
-
headerName
-
isRequestStreaming
public boolean isRequestStreaming() -
isValidationEnabled
public boolean isValidationEnabled() -
isRequestChecksumRequired
public boolean isRequestChecksumRequired() -
requestAlgorithmHeader
-
responseValidationAlgorithms
Deprecated.usealgorithmV2()instead -
responseValidationAlgorithmsV2
-
equals
-
hashCode
public int hashCode() -
toString
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChecksumSpecs.Builder,ChecksumSpecs>
-
algorithmV2()instead