Uses of Class
com.azure.storage.file.datalake.specialized.DataLakeLeaseClientBuilder
-
Packages that use DataLakeLeaseClientBuilder Package Description com.azure.storage.file.datalake.specialized Package containing specialized lease clients for Azure Storage File Data Lake. -
-
Uses of DataLakeLeaseClientBuilder in com.azure.storage.file.datalake.specialized
Methods in com.azure.storage.file.datalake.specialized that return DataLakeLeaseClientBuilder Modifier and Type Method Description DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. directoryAsyncClient(DataLakeDirectoryAsyncClient dataLakeDirectoryAsyncClient)Configures the builder based on the passedDataLakeDirectoryAsyncClient.DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. directoryClient(DataLakeDirectoryClient dataLakeDirectoryClient)Configures the builder based on the passedDataLakeDirectoryClient.DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. fileAsyncClient(DataLakeFileAsyncClient dataLakeFileAsyncClient)Configures the builder based on the passedDataLakeFileAsyncClient.DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. fileClient(DataLakeFileClient dataLakeFileClient)Configures the builder based on the passedDataLakeFileClient.DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. fileSystemAsyncClient(DataLakeFileSystemAsyncClient dataLakeFileSystemAsyncClient)Configures the builder based on the passedDataLakeFileSystemAsyncClient.DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. fileSystemClient(DataLakeFileSystemClient dataLakeFileSystemClient)Configures the builder based on the passedDataLakeFileSystemClient.DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. leaseId(String leaseId)Sets the identifier for the lease.
-