Class ComputeClientBuilder


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

      • defaultClient

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

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

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