Class LakehouseoptClientBuilder
java.lang.Object
com.cloudera.cdp.client.CdpClientBuilder<LakehouseoptClientBuilder>
com.cloudera.cdp.lakehouseopt.api.LakehouseoptClientBuilder
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class LakehouseoptClientBuilder
extends CdpClientBuilder<LakehouseoptClientBuilder>
This class can be used to build a LakehouseoptClient object.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Return the client object with all the configurations provided.static LakehouseoptClientBuilderReturn a builder with all the default configuration settings.static LakehouseoptClientReturn 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:
- LakehouseoptClient
-
defaultBuilder
Return a builder with all the default configuration settings. The settings can then be customized as needed.- Returns:
- LakehouseoptClientBuilder
-
build
Return the client object with all the configurations provided.- Returns:
- LakehouseoptClient
-
self
Description copied from class:CdpClientBuilderGets the builder.- Specified by:
selfin classCdpClientBuilder<LakehouseoptClientBuilder>- Returns:
- the builder
-