BlobClientBuilder |
BlobClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) |
Adds a pipeline policy to apply on each request sent.
|
BlobClientBuilder |
BlobClientBuilder.blobName(String blobName) |
Sets the name of the blob.
|
BlobClientBuilder |
BlobClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) |
Sets the client options for all the requests made through the client.
|
BlobClientBuilder |
BlobClientBuilder.configuration(com.azure.core.util.Configuration configuration) |
Sets the configuration object used to retrieve environment configuration values during building of the client.
|
BlobClientBuilder |
BlobClientBuilder.connectionString(String connectionString) |
Sets the connection string to connect to the service.
|
BlobClientBuilder |
BlobClientBuilder.containerName(String containerName) |
Sets the name of the container that contains the blob.
|
BlobClientBuilder |
BlobClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) |
Sets the AzureSasCredential used to authorize requests sent to the service.
|
BlobClientBuilder |
BlobClientBuilder.credential(com.azure.core.credential.TokenCredential credential) |
Sets the TokenCredential used to authorize requests sent to the service.
|
BlobClientBuilder |
BlobClientBuilder.credential(StorageSharedKeyCredential credential) |
|
BlobClientBuilder |
BlobClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) |
|
BlobClientBuilder |
BlobClientBuilder.encryptionScope(String encryptionScope) |
Sets the encryption scope that is used to encrypt blob contents on the server.
|
BlobClientBuilder |
BlobClientBuilder.endpoint(String endpoint) |
Sets the service endpoint, additionally parses it for information (SAS token, container name, blob name)
|
BlobClientBuilder |
BlobClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) |
Sets the HttpClient to use for sending a receiving requests to and from the service.
|
BlobClientBuilder |
BlobClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) |
Sets the HttpLogOptions for service requests.
|
BlobClientBuilder |
BlobClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) |
Sets the HttpPipeline to use for the service client.
|
BlobClientBuilder |
BlobClientBuilder.retryOptions(RequestRetryOptions retryOptions) |
Sets the request retry options for all the requests made through the client.
|
BlobClientBuilder |
BlobClientBuilder.sasToken(String sasToken) |
Sets the SAS token used to authorize requests sent to the service.
|
BlobClientBuilder |
BlobClientBuilder.serviceVersion(BlobServiceVersion version) |
|
BlobClientBuilder |
BlobClientBuilder.setAnonymousAccess() |
Clears the credential used to authorize the request.
|
BlobClientBuilder |
BlobClientBuilder.snapshot(String snapshot) |
Sets the snapshot identifier of the blob.
|
BlobClientBuilder |
BlobClientBuilder.versionId(String versionId) |
Sets the version identifier of the blob.
|