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