Class DataLakeServiceClientBuilder

java.lang.Object
com.azure.storage.file.datalake.DataLakeServiceClientBuilder
All Implemented Interfaces:
AzureNamedKeyCredentialTrait<DataLakeServiceClientBuilder>, AzureSasCredentialTrait<DataLakeServiceClientBuilder>, ConfigurationTrait<DataLakeServiceClientBuilder>, EndpointTrait<DataLakeServiceClientBuilder>, HttpTrait<DataLakeServiceClientBuilder>, TokenCredentialTrait<DataLakeServiceClientBuilder>

This class provides a fluent builder API to help aid the configuration and instantiation of DataLakeServiceClients and DataLakeServiceAsyncClients, 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}.dfs.core.windows.net.
  • the credential through .credential() or .connectionString().