Class DwClientBuilder


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

      • 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