Uses of Class
com.azure.storage.blob.BlobServiceClientBuilder
Packages that use BlobServiceClientBuilder
-
Uses of BlobServiceClientBuilder in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobServiceClientBuilderModifier and TypeMethodDescriptionBlobServiceClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) Adds apipeline policyto apply on each request sent.BlobServiceClientBuilder.audience(BlobAudience audience) Sets the Audience to use for authentication with Azure Active Directory (AAD).BlobServiceClientBuilder.blobContainerEncryptionScope(BlobContainerEncryptionScope blobContainerEncryptionScope) Sets theencryption scopethat is used to determine how blob contents are encrypted on the server.BlobServiceClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.BlobServiceClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration object used to retrieve environment configuration values during building of the client.BlobServiceClientBuilder.connectionString(String connectionString) Sets the connection string to connect to the service.BlobServiceClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) Sets theAzureNamedKeyCredentialused to authorize requests sent to the service.BlobServiceClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) Sets theAzureSasCredentialused to authorize requests sent to the service.BlobServiceClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.BlobServiceClientBuilder.credential(StorageSharedKeyCredential credential) Sets theStorageSharedKeyCredentialused to authorize requests sent to the service.BlobServiceClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided keythat is used to encrypt blob contents on the server.BlobServiceClientBuilder.encryptionScope(String encryptionScope) Sets theencryption scopethat is used to encrypt blob contents on the server.Sets the blob service endpoint, additionally parses it for information (SAS token)BlobServiceClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.BlobServiceClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.BlobServiceClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.BlobServiceClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.BlobServiceClientBuilder.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.BlobServiceClientBuilder.serviceVersion(BlobServiceVersion version) Sets theBlobServiceVersionthat is used when making API requests.