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