Interface Checksum.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Checksum.Builder,,Checksum> SdkBuilder<Checksum.Builder,,Checksum> SdkPojo
- Enclosing class:
Checksum
@Mutable
@NotThreadSafe
public static interface Checksum.Builder
extends SdkPojo, CopyableBuilder<Checksum.Builder,Checksum>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionAlgorithm(String encryptionAlgorithm) The encryption algorithm used to generate the checksum.encryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm) The encryption algorithm used to generate the checksum.The hash value of the checksum.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
encryptionAlgorithm
The encryption algorithm used to generate the checksum.
- Parameters:
encryptionAlgorithm- The encryption algorithm used to generate the checksum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionAlgorithm
The encryption algorithm used to generate the checksum.
- Parameters:
encryptionAlgorithm- The encryption algorithm used to generate the checksum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hash
The hash value of the checksum.
- Parameters:
hash- The hash value of the checksum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-