Class SqsExtendedClientProperties
java.lang.Object
io.awspring.cloud.autoconfigure.sqs.SqsExtendedClientProperties
Properties for configuring the Amazon SQS Extended Client Library, which offloads large message payloads to Amazon
S3. These mirror the options of
com.amazon.sqs.javamessaging.ExtendedAsyncClientConfiguration.- Author:
- Matej Nedic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringbooleanbooleanbooleanvoidvoidsetCleanupS3Payload(boolean cleanupS3Payload) voidsetIgnorePayloadNotFound(boolean ignorePayloadNotFound) voidsetS3KeyPrefix(String s3KeyPrefix) voidsetUseLegacyReservedAttributeName(boolean useLegacyReservedAttributeName)
-
Constructor Details
-
SqsExtendedClientProperties
public SqsExtendedClientProperties()
-
-
Method Details
-
getBucket
-
setBucket
-
isCleanupS3Payload
public boolean isCleanupS3Payload() -
setCleanupS3Payload
public void setCleanupS3Payload(boolean cleanupS3Payload) -
isUseLegacyReservedAttributeName
public boolean isUseLegacyReservedAttributeName() -
setUseLegacyReservedAttributeName
public void setUseLegacyReservedAttributeName(boolean useLegacyReservedAttributeName) -
isIgnorePayloadNotFound
public boolean isIgnorePayloadNotFound() -
setIgnorePayloadNotFound
public void setIgnorePayloadNotFound(boolean ignorePayloadNotFound) -
getS3KeyPrefix
-
setS3KeyPrefix
-