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