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