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()insteadTake this object and create a builder that contains all of the current property values of this object.toString()Methods 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
-
toString
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ChecksumSpecs.Builder,ChecksumSpecs> - Returns:
- a builder for type T
-
algorithmV2()instead