Package com.cloudera.cdp.dw.api
Class DwClientBuilder
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:26.728-07:00")
public class DwClientBuilder
extends CdpClientBuilder<DwClientBuilder>
This class can be used to build a DwClient object.
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Return the client object with all the configurations provided.static DwClientBuilderReturn a builder with all the default configuration settings.static DwClientReturn 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:
 - DwClient
 
 - 
defaultBuilder
Return a builder with all the default configuration settings. The settings can then be customized as needed.- Returns:
 - DwClientBuilder
 
 - 
build
Return the client object with all the configurations provided.- Returns:
 - DwClient
 
 - 
self
Description copied from class:CdpClientBuilderGets the builder.- Specified by:
 selfin classCdpClientBuilder<DwClientBuilder>- Returns:
 - the builder
 
 
 -