Class BlobServiceClientBuilder

java.lang.Object
com.azure.storage.blob.BlobServiceClientBuilder
All Implemented Interfaces:
AzureNamedKeyCredentialTrait<BlobServiceClientBuilder>, AzureSasCredentialTrait<BlobServiceClientBuilder>, ConfigurationTrait<BlobServiceClientBuilder>, ConnectionStringTrait<BlobServiceClientBuilder>, EndpointTrait<BlobServiceClientBuilder>, HttpTrait<BlobServiceClientBuilder>, TokenCredentialTrait<BlobServiceClientBuilder>

This class provides a fluent builder API to help aid the configuration and instantiation of BlobServiceClients and BlobServiceAsyncClients, call buildClient and buildAsyncClient respectively to construct an instance of the desired client.

The following information must be provided on this builder:

  • the endpoint through .endpoint(), in the format of https://{accountName}.blob.core.windows.net.
  • the credential through .credential() or .connectionString() if the container is not publicly accessible.