DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) |
Adds a pipeline policy to apply on each request sent.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) |
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.configuration(com.azure.core.util.Configuration configuration) |
Sets the configuration object used to retrieve environment configuration values during building of the client.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) |
Sets the AzureNamedKeyCredential used to authorize requests sent to the service.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) |
Sets the AzureSasCredential used to authorize requests sent to the service.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.credential(com.azure.core.credential.TokenCredential credential) |
Sets the TokenCredential used to authorize requests sent to the service.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.credential(com.azure.storage.common.StorageSharedKeyCredential credential) |
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) |
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.endpoint(String endpoint) |
Sets the service endpoint, additionally parses it for information (SAS token, file system name)
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.fileSystemName(String fileSystemName) |
Sets the name of the file system.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) |
Sets the HttpClient to use for sending and receiving requests to and from the service.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) |
Sets the logging configuration to use when sending and receiving requests to and from
the service.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) |
Sets the HttpPipeline to use for the service client.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) |
Sets the RetryOptions for all the requests made through the client.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.retryOptions(com.azure.storage.common.policy.RequestRetryOptions retryOptions) |
Sets the request retry options for all the requests made through the client.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.sasToken(String sasToken) |
Sets the SAS token used to authorize requests sent to the service.
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.serviceVersion(DataLakeServiceVersion version) |
|
DataLakeFileSystemClientBuilder |
DataLakeFileSystemClientBuilder.setAnonymousAccess() |
Clears the credential used to authorize the request.
|