Class DeClientBuilder


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.068-07:00")
    public class DeClientBuilder
    extends CdpClientBuilder<DeClientBuilder>
    This class can be used to build a DeClient object.
    • Method Detail

      • defaultClient

        public static DeClient defaultClient()
        Return the client with all the default configuration settings.
        Returns:
        DeClient
      • defaultBuilder

        public static DeClientBuilder defaultBuilder()
        Return a builder with all the default configuration settings. The settings can then be customized as needed.
        Returns:
        DeClientBuilder
      • build

        public DeClient build()
        Return the client object with all the configurations provided.
        Returns:
        DeClient