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