Class SqsServiceClientConfiguration
java.lang.Object
software.amazon.awssdk.core.SdkServiceClientConfiguration
software.amazon.awssdk.awscore.AwsServiceClientConfiguration
software.amazon.awssdk.services.sqs.SqsServiceClientConfiguration
@Generated("software.amazon.awssdk:codegen")
public final class SqsServiceClientConfiguration
extends AwsServiceClientConfiguration
Class to expose the service client settings to the user. Implementation of
AwsServiceClientConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
A builder for creating aSqsServiceClientConfiguration
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value for auth scheme providerbuilder()
Gets the value for Enable message MD5 checksum validation.Methods inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
credentialsProvider, equals, hashCode, region
Methods inherited from class software.amazon.awssdk.core.SdkServiceClientConfiguration
authSchemes, endpointOverride, endpointProvider, overrideConfiguration
-
Constructor Details
-
SqsServiceClientConfiguration
-
-
Method Details
-
builder
-
authSchemeProvider
Gets the value for auth scheme provider -
checksumValidationEnabled
Gets the value for 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.
-