Class SignerChecksumParams

java.lang.Object
software.amazon.awssdk.auth.signer.params.SignerChecksumParams

public class SignerChecksumParams extends Object
Encapsulates the Checksum information like Algorithm and header name for the checksum in header/trailer locations.
  • Method Details

    • builder

      public static SignerChecksumParams.Builder builder()
    • algorithm

      public Algorithm algorithm()
      Returns:
      Algorithm that will be used to compute the checksum.
    • checksumHeaderName

      public String checksumHeaderName()
      Returns:
      Header name for the checksum.
    • isStreamingRequest

      public boolean isStreamingRequest()
      Returns:
      true if the checksum is for a streaming request member.