Class ComputeClientBuilder

java.lang.Object
com.cloudera.cdp.client.CdpClientBuilder<ComputeClientBuilder>
com.cloudera.cdp.compute.api.ComputeClientBuilder

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

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

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