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 DataLakeLeaseClientBuilder
DataLakeLeaseClientBuilder. directoryAsyncClient(DataLakeDirectoryAsyncClient dataLakeDirectoryAsyncClient)
Configures the builder based on the passedDataLakeDirectoryAsyncClient
.DataLakeLeaseClientBuilder
DataLakeLeaseClientBuilder. directoryClient(DataLakeDirectoryClient dataLakeDirectoryClient)
Configures the builder based on the passedDataLakeDirectoryClient
.DataLakeLeaseClientBuilder
DataLakeLeaseClientBuilder. fileAsyncClient(DataLakeFileAsyncClient dataLakeFileAsyncClient)
Configures the builder based on the passedDataLakeFileAsyncClient
.DataLakeLeaseClientBuilder
DataLakeLeaseClientBuilder. fileClient(DataLakeFileClient dataLakeFileClient)
Configures the builder based on the passedDataLakeFileClient
.DataLakeLeaseClientBuilder
DataLakeLeaseClientBuilder. fileSystemAsyncClient(DataLakeFileSystemAsyncClient dataLakeFileSystemAsyncClient)
Configures the builder based on the passedDataLakeFileSystemAsyncClient
.DataLakeLeaseClientBuilder
DataLakeLeaseClientBuilder. fileSystemClient(DataLakeFileSystemClient dataLakeFileSystemClient)
Configures the builder based on the passedDataLakeFileSystemClient
.DataLakeLeaseClientBuilder
DataLakeLeaseClientBuilder. leaseId(String leaseId)
Sets the identifier for the lease.
-