199 строки
17 KiB
YAML
199 строки
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder"
|
|
name: "CollectionClientBuilder"
|
|
nameWithType: "CollectionClientBuilder"
|
|
summary: "A builder for creating a new instance of the Collection<wbr>Client type."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **CollectionClientBuilder**</br> implements <xref href=\"com.azure.core.client.traits.HttpTrait?alt=com.azure.core.client.traits.HttpTrait&text=HttpTrait\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.core.client.traits.ConfigurationTrait?alt=com.azure.core.client.traits.ConfigurationTrait&text=ConfigurationTrait\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.core.client.traits.EndpointTrait?alt=com.azure.core.client.traits.EndpointTrait&text=EndpointTrait\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.CollectionClientBuilder()"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.CollectionClientBuilder()"
|
|
name: "CollectionClientBuilder()"
|
|
nameWithType: "CollectionClientBuilder.CollectionClientBuilder()"
|
|
summary: "Create an instance of the Collection<wbr>Client<wbr>Builder."
|
|
syntax: "public CollectionClientBuilder()"
|
|
desc: "Create an instance of the CollectionClientBuilder."
|
|
methods:
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.addPolicy(HttpPipelinePolicy customPolicy)"
|
|
name: "addPolicy(HttpPipelinePolicy customPolicy)"
|
|
nameWithType: "CollectionClientBuilder.addPolicy(HttpPipelinePolicy customPolicy)"
|
|
summary: "."
|
|
parameters:
|
|
- name: "customPolicy"
|
|
type: "<xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CollectionClientBuilder addPolicy(HttpPipelinePolicy customPolicy)"
|
|
desc: "."
|
|
returns:
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.buildAsyncClient()"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.buildAsyncClient()"
|
|
name: "buildAsyncClient()"
|
|
nameWithType: "CollectionClientBuilder.buildAsyncClient()"
|
|
summary: "Builds an instance of Collection<wbr>Async<wbr>Client class."
|
|
syntax: "public CollectionAsyncClient buildAsyncClient()"
|
|
desc: "Builds an instance of CollectionAsyncClient class."
|
|
returns:
|
|
description: "an instance of CollectionAsyncClient."
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionAsyncClient?alt=com.azure.analytics.purview.catalog.CollectionAsyncClient&text=CollectionAsyncClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.buildClient()"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.buildClient()"
|
|
name: "buildClient()"
|
|
nameWithType: "CollectionClientBuilder.buildClient()"
|
|
summary: "Builds an instance of Collection<wbr>Client class."
|
|
syntax: "public CollectionClient buildClient()"
|
|
desc: "Builds an instance of CollectionClient class."
|
|
returns:
|
|
description: "an instance of CollectionClient."
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClient?alt=com.azure.analytics.purview.catalog.CollectionClient&text=CollectionClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.clientOptions(com.azure.core.util.ClientOptions)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.clientOptions(ClientOptions clientOptions)"
|
|
name: "clientOptions(ClientOptions clientOptions)"
|
|
nameWithType: "CollectionClientBuilder.clientOptions(ClientOptions clientOptions)"
|
|
summary: "."
|
|
parameters:
|
|
- name: "clientOptions"
|
|
type: "<xref href=\"com.azure.core.util.ClientOptions?alt=com.azure.core.util.ClientOptions&text=ClientOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CollectionClientBuilder clientOptions(ClientOptions clientOptions)"
|
|
desc: "."
|
|
returns:
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.configuration(com.azure.core.util.Configuration)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.configuration(Configuration configuration)"
|
|
name: "configuration(Configuration configuration)"
|
|
nameWithType: "CollectionClientBuilder.configuration(Configuration configuration)"
|
|
summary: "."
|
|
parameters:
|
|
- name: "configuration"
|
|
type: "<xref href=\"com.azure.core.util.Configuration?alt=com.azure.core.util.Configuration&text=Configuration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CollectionClientBuilder configuration(Configuration configuration)"
|
|
desc: "."
|
|
returns:
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.credential(com.azure.core.credential.TokenCredential)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.credential(TokenCredential tokenCredential)"
|
|
name: "credential(TokenCredential tokenCredential)"
|
|
nameWithType: "CollectionClientBuilder.credential(TokenCredential tokenCredential)"
|
|
summary: "."
|
|
parameters:
|
|
- name: "tokenCredential"
|
|
type: "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CollectionClientBuilder credential(TokenCredential tokenCredential)"
|
|
desc: "."
|
|
returns:
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.endpoint(java.lang.String)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.endpoint(String endpoint)"
|
|
name: "endpoint(String endpoint)"
|
|
nameWithType: "CollectionClientBuilder.endpoint(String endpoint)"
|
|
summary: "."
|
|
parameters:
|
|
- name: "endpoint"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CollectionClientBuilder endpoint(String endpoint)"
|
|
desc: "."
|
|
returns:
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.httpClient(com.azure.core.http.HttpClient)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.httpClient(HttpClient httpClient)"
|
|
name: "httpClient(HttpClient httpClient)"
|
|
nameWithType: "CollectionClientBuilder.httpClient(HttpClient httpClient)"
|
|
summary: "."
|
|
parameters:
|
|
- name: "httpClient"
|
|
type: "<xref href=\"com.azure.core.http.HttpClient?alt=com.azure.core.http.HttpClient&text=HttpClient\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CollectionClientBuilder httpClient(HttpClient httpClient)"
|
|
desc: "."
|
|
returns:
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.httpLogOptions(HttpLogOptions httpLogOptions)"
|
|
name: "httpLogOptions(HttpLogOptions httpLogOptions)"
|
|
nameWithType: "CollectionClientBuilder.httpLogOptions(HttpLogOptions httpLogOptions)"
|
|
summary: "."
|
|
parameters:
|
|
- name: "httpLogOptions"
|
|
type: "<xref href=\"com.azure.core.http.policy.HttpLogOptions?alt=com.azure.core.http.policy.HttpLogOptions&text=HttpLogOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CollectionClientBuilder httpLogOptions(HttpLogOptions httpLogOptions)"
|
|
desc: "."
|
|
returns:
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.pipeline(com.azure.core.http.HttpPipeline)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.pipeline(HttpPipeline pipeline)"
|
|
name: "pipeline(HttpPipeline pipeline)"
|
|
nameWithType: "CollectionClientBuilder.pipeline(HttpPipeline pipeline)"
|
|
summary: "."
|
|
parameters:
|
|
- name: "pipeline"
|
|
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CollectionClientBuilder pipeline(HttpPipeline pipeline)"
|
|
desc: "."
|
|
returns:
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.retryOptions(RetryOptions retryOptions)"
|
|
name: "retryOptions(RetryOptions retryOptions)"
|
|
nameWithType: "CollectionClientBuilder.retryOptions(RetryOptions retryOptions)"
|
|
summary: "."
|
|
parameters:
|
|
- name: "retryOptions"
|
|
type: "<xref href=\"com.azure.core.http.policy.RetryOptions?alt=com.azure.core.http.policy.RetryOptions&text=RetryOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CollectionClientBuilder retryOptions(RetryOptions retryOptions)"
|
|
desc: "."
|
|
returns:
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.retryPolicy(RetryPolicy retryPolicy)"
|
|
name: "retryPolicy(RetryPolicy retryPolicy)"
|
|
nameWithType: "CollectionClientBuilder.retryPolicy(RetryPolicy retryPolicy)"
|
|
summary: "Sets The retry policy that will attempt to retry failed requests, if applicable."
|
|
parameters:
|
|
- description: "the retryPolicy value."
|
|
name: "retryPolicy"
|
|
type: "<xref href=\"com.azure.core.http.policy.RetryPolicy?alt=com.azure.core.http.policy.RetryPolicy&text=RetryPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CollectionClientBuilder retryPolicy(RetryPolicy retryPolicy)"
|
|
desc: "Sets The retry policy that will attempt to retry failed requests, if applicable."
|
|
returns:
|
|
description: "the CollectionClientBuilder."
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.analytics.purview.catalog.CollectionClientBuilder.serviceVersion(com.azure.analytics.purview.catalog.PurviewCatalogServiceVersion)"
|
|
fullName: "com.azure.analytics.purview.catalog.CollectionClientBuilder.serviceVersion(PurviewCatalogServiceVersion serviceVersion)"
|
|
name: "serviceVersion(PurviewCatalogServiceVersion serviceVersion)"
|
|
nameWithType: "CollectionClientBuilder.serviceVersion(PurviewCatalogServiceVersion serviceVersion)"
|
|
summary: "Sets Service version."
|
|
parameters:
|
|
- description: "the serviceVersion value."
|
|
name: "serviceVersion"
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.PurviewCatalogServiceVersion?alt=com.azure.analytics.purview.catalog.PurviewCatalogServiceVersion&text=PurviewCatalogServiceVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CollectionClientBuilder serviceVersion(PurviewCatalogServiceVersion serviceVersion)"
|
|
desc: "Sets Service version."
|
|
returns:
|
|
description: "the CollectionClientBuilder."
|
|
type: "<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A builder for creating a new instance of the CollectionClient type."
|
|
implements:
|
|
- "<xref href=\"com.azure.core.client.traits.ConfigurationTrait?alt=com.azure.core.client.traits.ConfigurationTrait&text=ConfigurationTrait\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.core.client.traits.EndpointTrait?alt=com.azure.core.client.traits.EndpointTrait&text=EndpointTrait\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.core.client.traits.HttpTrait?alt=com.azure.core.client.traits.HttpTrait&text=HttpTrait\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.analytics.purview.catalog.CollectionClientBuilder?alt=com.azure.analytics.purview.catalog.CollectionClientBuilder&text=CollectionClientBuilder\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.analytics.purview.catalog"
|
|
artifact: com.azure:azure-analytics-purview-catalog:1.0.0-beta.4
|