Package com.cloudera.cdp.consumption.api
Class ConsumptionClientBuilder
java.lang.Object
com.cloudera.cdp.client.CdpClientBuilder<ConsumptionClientBuilder>
com.cloudera.cdp.consumption.api.ConsumptionClientBuilder
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.233-07:00")
public class ConsumptionClientBuilder
extends CdpClientBuilder<ConsumptionClientBuilder>
This class can be used to build a ConsumptionClient object.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Return the client object with all the configurations provided.static ConsumptionClientBuilder
Return a builder with all the default configuration settings.static ConsumptionClient
Return 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:
- ConsumptionClient
-
defaultBuilder
Return a builder with all the default configuration settings. The settings can then be customized as needed.- Returns:
- ConsumptionClientBuilder
-
build
Return the client object with all the configurations provided.- Returns:
- ConsumptionClient
-
self
Description copied from class:CdpClientBuilder
Gets the builder.- Specified by:
self
in classCdpClientBuilder<ConsumptionClientBuilder>
- Returns:
- the builder
-