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