Class SqsClientContextParams<T>

java.lang.Object
software.amazon.awssdk.utils.AttributeMap.Key<T>
software.amazon.awssdk.services.sqs.endpoints.SqsClientContextParams<T>

@Generated("software.amazon.awssdk:codegen") public final class SqsClientContextParams<T> extends AttributeMap.Key<T>
  • Field Details

    • CHECKSUM_VALIDATION_ENABLED

      public static final SqsClientContextParams<Boolean> CHECKSUM_VALIDATION_ENABLED
      Enable message MD5 checksum validation.

      Checksum validation for messages defaults to true. Only set to false if required, for instance if your cryptographic library does not support MD5.

      Supported operations are SendMessage, ReceiveMessage and SendMessageBatch.