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