Package com.cloudera.cdp.dw.api
Class DwClientBuilder
- java.lang.Object
-
- com.cloudera.cdp.client.CdpClientBuilder<DwClientBuilder>
-
- com.cloudera.cdp.dw.api.DwClientBuilder
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.249-07:00") public class DwClientBuilder extends CdpClientBuilder<DwClientBuilder>
This class can be used to build a DwClient object.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DwClient
build()
Return the client object with all the configurations provided.static DwClientBuilder
defaultBuilder()
Return a builder with all the default configuration settings.static DwClient
defaultClient()
Return the client with all the default configuration settings.DwClientBuilder
self()
Gets the builder.-
Methods inherited from class com.cloudera.cdp.client.CdpClientBuilder
getCdpClientConfiguration, getCdpCredentials, getCdpEndPoint, withCdpRegion, withClientConfiguration, withCredentials, withEndPoint
-
-
-
-
Method Detail
-
defaultClient
public static DwClient defaultClient()
Return the client with all the default configuration settings.- Returns:
- DwClient
-
defaultBuilder
public static DwClientBuilder defaultBuilder()
Return a builder with all the default configuration settings. The settings can then be customized as needed.- Returns:
- DwClientBuilder
-
build
public DwClient build()
Return the client object with all the configurations provided.- Returns:
- DwClient
-
self
public DwClientBuilder self()
Description copied from class:CdpClientBuilder
Gets the builder.- Specified by:
self
in classCdpClientBuilder<DwClientBuilder>
- Returns:
- the builder
-
-