Class UpdateDbcRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class UpdateDbcRequest
    extends Object
    Request object for the updateDbc method.
    • Constructor Detail

      • UpdateDbcRequest

        public UpdateDbcRequest()
    • Method Detail

      • 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.
      • getMemorySize

        public String getMemorySize()
        Getter for memorySize. Set Metastore container memory size. If not provided, small will apply.
      • setMemorySize

        public void setMemorySize​(String memorySize)
        Setter for memorySize. Set Metastore container memory size. If not provided, small will apply.
      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object