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 Summary
FieldsModifier and TypeFieldDescriptionstatic final SqsClientContextParams
<Boolean> Enable message MD5 checksum validation. -
Method Summary
Methods inherited from class software.amazon.awssdk.utils.AttributeMap.Key
convertValue, toString
-
Field Details
-
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.
-