Package com.cloudera.cdp.df.api
Class DfClientBuilder
- java.lang.Object
-
- com.cloudera.cdp.client.CdpClientBuilder<DfClientBuilder>
-
- com.cloudera.cdp.df.api.DfClientBuilder
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:42.514-08:00") public class DfClientBuilder extends CdpClientBuilder<DfClientBuilder>
This class can be used to build a DfClient object.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DfClient
build()
Return the client object with all the configurations provided.static DfClientBuilder
defaultBuilder()
Return a builder with all the default configuration settings.static DfClient
defaultClient()
Return the client with all the default configuration settings.DfClientBuilder
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 DfClient defaultClient()
Return the client with all the default configuration settings.- Returns:
- DfClient
-
defaultBuilder
public static DfClientBuilder defaultBuilder()
Return a builder with all the default configuration settings. The settings can then be customized as needed.- Returns:
- DfClientBuilder
-
build
public DfClient build()
Return the client object with all the configurations provided.- Returns:
- DfClient
-
self
public DfClientBuilder self()
Description copied from class:CdpClientBuilder
Gets the builder.- Specified by:
self
in classCdpClientBuilder<DfClientBuilder>
- Returns:
- the builder
-
-