Class DwClientBuilder


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

    • defaultClient

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

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

      public DwClient build()
      Return the client object with all the configurations provided.
      Returns:
      DwClient
    • self

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