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