Package com.cloudera.cdp.opdb.api
Class OpdbClientBuilder
java.lang.Object
com.cloudera.cdp.client.CdpClientBuilder<OpdbClientBuilder>
com.cloudera.cdp.opdb.api.OpdbClientBuilder
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.282-07:00")
public class OpdbClientBuilder
extends CdpClientBuilder<OpdbClientBuilder>
This class can be used to build a OpdbClient object.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Return the client object with all the configurations provided.static OpdbClientBuilder
Return a builder with all the default configuration settings.static OpdbClient
Return 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:
- OpdbClient
-
defaultBuilder
Return a builder with all the default configuration settings. The settings can then be customized as needed.- Returns:
- OpdbClientBuilder
-
build
Return the client object with all the configurations provided.- Returns:
- OpdbClient
-
self
Description copied from class:CdpClientBuilder
Gets the builder.- Specified by:
self
in classCdpClientBuilder<OpdbClientBuilder>
- Returns:
- the builder
-