Class DfClientBuilder


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

      • defaultClient

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

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

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