Class UpdateDbcRequest

java.lang.Object
com.cloudera.cdp.dw.model.UpdateDbcRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:38.977-08:00") public class UpdateDbcRequest extends Object
Request object for the updateDbc method.
  • Constructor Details

    • UpdateDbcRequest

      public UpdateDbcRequest()
  • Method Details

    • getClusterId

      public String getClusterId()
      Getter for clusterId. ID of the Database Catalog's cluster.
    • setClusterId

      public void setClusterId(String clusterId)
      Setter for clusterId. ID of the Database Catalog's cluster.
    • getDbcId

      public String getDbcId()
      Getter for dbcId. ID of the Database Catalog.
    • setDbcId

      public void setDbcId(String dbcId)
      Setter for dbcId. ID of the Database Catalog.
    • getResourceTemplateId

      public String getResourceTemplateId()
      Getter for resourceTemplateId. The resource template of the Database Catalog.
    • setResourceTemplateId

      public void setResourceTemplateId(String resourceTemplateId)
      Setter for resourceTemplateId. The resource template of the Database Catalog.
    • getMemorySize

      @Deprecated public String getMemorySize()
      Deprecated.
      Getter for memorySize. DEPRECATED: resourceTemplateId field is replacing this one. Set Metastore container memory size. The small size will apply as default if neither the resourceTemplateId field nor this field is provided.
    • setMemorySize

      @Deprecated public void setMemorySize(String memorySize)
      Deprecated.
      Setter for memorySize. DEPRECATED: resourceTemplateId field is replacing this one. Set Metastore container memory size. The small size will apply as default if neither the resourceTemplateId field nor this field is provided.
    • getConfig

      public ServiceConfigReq getConfig()
      Getter for config. The service configuration to update the DBC with. This will be applied on top of the existing configuration so there's no need to list configurations that stay the same.
    • setConfig

      public void setConfig(ServiceConfigReq config)
      Setter for config. The service configuration to update the DBC with. This will be applied on top of the existing configuration so there's no need to list configurations that stay the same.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object