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="2023-09-27T13:27:54.862-07:00") public class ComputeClientBuilder extends CdpClientBuilder<ComputeClientBuilder>
This class can be used to build a ComputeClient object.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeClient
build()
Return the client object with all the configurations provided.static ComputeClientBuilder
defaultBuilder()
Return a builder with all the default configuration settings.static ComputeClient
defaultClient()
Return the client with all the default configuration settings.ComputeClientBuilder
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 ComputeClient defaultClient()
Return the client with all the default configuration settings.- Returns:
- ComputeClient
-
defaultBuilder
public static ComputeClientBuilder defaultBuilder()
Return a builder with all the default configuration settings. The settings can then be customized as needed.- Returns:
- ComputeClientBuilder
-
build
public ComputeClient build()
Return the client object with all the configurations provided.- Returns:
- ComputeClient
-
self
public ComputeClientBuilder self()
Description copied from class:CdpClientBuilder
Gets the builder.- Specified by:
self
in classCdpClientBuilder<ComputeClientBuilder>
- Returns:
- the builder
-
-