Class DfClientBuilder


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class DfClientBuilder extends CdpClientBuilder<DfClientBuilder>
This class can be used to build a DfClient object.
  • Method Details

    • 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
    • self

      public DfClientBuilder self()
      Description copied from class: CdpClientBuilder
      Gets the builder.
      Specified by:
      self in class CdpClientBuilder<DfClientBuilder>
      Returns:
      the builder