Uses of Class
com.azure.security.confidentialledger.ConfidentialLedgerClientBuilder
Packages that use ConfidentialLedgerClientBuilder
Package
Description
Package containing the classes for ConfidentialLedgerClient.
-
Uses of ConfidentialLedgerClientBuilder in com.azure.security.confidentialledger
Methods in com.azure.security.confidentialledger that return ConfidentialLedgerClientBuilderModifier and TypeMethodDescriptionConfidentialLedgerClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy customPolicy) Adds apipeline policyto apply on each request sent.ConfidentialLedgerClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.ConfidentialLedgerClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the client-specific configuration used to retrieve client or global configuration properties when building a client.ConfidentialLedgerClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredentialused to authorize requests sent to the service.ConfidentialLedgerClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.ConfidentialLedgerClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions httpLogOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.ConfidentialLedgerClientBuilder.ledgerEndpoint(String ledgerEndpoint) Sets The Confidential Ledger URL, for example https://contoso.confidentialledger.azure.com.ConfidentialLedgerClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets theHttpPipelineto use for the service client.ConfidentialLedgerClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.ConfidentialLedgerClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets The retry policy that will attempt to retry failed requests, if applicable.ConfidentialLedgerClientBuilder.serviceVersion(ConfidentialLedgerServiceVersion serviceVersion) Sets Service version.