Package com.cloudera.cdp.drscp.api
Class DrscpClientBuilder
- java.lang.Object
-
- com.cloudera.cdp.client.CdpClientBuilder<DrscpClientBuilder>
-
- com.cloudera.cdp.drscp.api.DrscpClientBuilder
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.347-07:00") public class DrscpClientBuilder extends CdpClientBuilder<DrscpClientBuilder>
This class can be used to build a DrscpClient object.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DrscpClient
build()
Return the client object with all the configurations provided.static DrscpClientBuilder
defaultBuilder()
Return a builder with all the default configuration settings.static DrscpClient
defaultClient()
Return the client with all the default configuration settings.DrscpClientBuilder
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 DrscpClient defaultClient()
Return the client with all the default configuration settings.- Returns:
- DrscpClient
-
defaultBuilder
public static DrscpClientBuilder defaultBuilder()
Return a builder with all the default configuration settings. The settings can then be customized as needed.- Returns:
- DrscpClientBuilder
-
build
public DrscpClient build()
Return the client object with all the configurations provided.- Returns:
- DrscpClient
-
self
public DrscpClientBuilder self()
Description copied from class:CdpClientBuilder
Gets the builder.- Specified by:
self
in classCdpClientBuilder<DrscpClientBuilder>
- Returns:
- the builder
-
-