Package com.cloudera.cdp.datacatalog.api
Class DatacatalogClientBuilder
java.lang.Object
com.cloudera.cdp.client.CdpClientBuilder<DatacatalogClientBuilder>
com.cloudera.cdp.datacatalog.api.DatacatalogClientBuilder
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.563-07:00")
public class DatacatalogClientBuilder
extends CdpClientBuilder<DatacatalogClientBuilder>
This class can be used to build a DatacatalogClient object.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Return the client object with all the configurations provided.static DatacatalogClientBuilderReturn a builder with all the default configuration settings.static DatacatalogClientReturn the client with all the default configuration settings.self()Gets the builder.Methods inherited from class com.cloudera.cdp.client.CdpClientBuilder
getCdpClientConfiguration, getCdpCredentials, getCdpEndPoint, withCdpRegion, withClientConfiguration, withCredentials, withEndPoint
-
Method Details
-
defaultClient
Return the client with all the default configuration settings.- Returns:
- DatacatalogClient
-
defaultBuilder
Return a builder with all the default configuration settings. The settings can then be customized as needed.- Returns:
- DatacatalogClientBuilder
-
build
Return the client object with all the configurations provided.- Returns:
- DatacatalogClient
-
self
Description copied from class:CdpClientBuilderGets the builder.- Specified by:
selfin classCdpClientBuilder<DatacatalogClientBuilder>- Returns:
- the builder
-