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 Details

    • encryptionAlgorithm

      Checksum.Builder encryptionAlgorithm(String 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

      Checksum.Builder encryptionAlgorithm(EncryptionAlgorithm 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.