Uses of Class
com.azure.storage.queue.QueueServiceClientBuilder
Packages that use QueueServiceClientBuilder
Package
Description
This package contains the classes to perform actions on Azure Storage Queue.
-
Uses of QueueServiceClientBuilder in com.azure.storage.queue
Methods in com.azure.storage.queue that return QueueServiceClientBuilderModifier and TypeMethodDescriptionQueueServiceClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) Adds apipeline policyto apply on each request sent.QueueServiceClientBuilder.audience(QueueAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD).QueueServiceClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.QueueServiceClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration object used to retrieve environment configuration values during building of the client.QueueServiceClientBuilder.connectionString(String connectionString) Sets the connection string to connect to the service.QueueServiceClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) Sets theAzureNamedKeyCredentialused to authorize requests sent to the service.QueueServiceClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) Sets theAzureSasCredentialused to authorize requests sent to the service.QueueServiceClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.QueueServiceClientBuilder.credential(StorageSharedKeyCredential credential) Sets theStorageSharedKeyCredentialused to authorize requests sent to the service.Sets the endpoint for the Azure Storage Queue instance that the client will interact with.QueueServiceClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.QueueServiceClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.QueueServiceClientBuilder.messageEncoding(QueueMessageEncoding messageEncoding) Sets the queue message encoding.QueueServiceClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.QueueServiceClientBuilder.processMessageDecodingError(Consumer<QueueMessageDecodingError> processMessageDecodingErrorHandler) Sets the handler that performs the tasks needed when a message is received or peaked from the queue but cannot be decoded.QueueServiceClientBuilder.processMessageDecodingErrorAsync(Function<QueueMessageDecodingError, Mono<Void>> processMessageDecodingErrorAsyncHandler) Sets the asynchronous handler that performs the tasks needed when a message is received or peaked from the queue but cannot be decoded.QueueServiceClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.QueueServiceClientBuilder.retryOptions(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client.Sets the SAS token used to authorize requests sent to the service.QueueServiceClientBuilder.serviceVersion(QueueServiceVersion version) Sets theQueueServiceVersionthat is used when making API requests.