Package com.cloudera.cdp.dw.model
Class UpdateDbcRequest
java.lang.Object
com.cloudera.cdp.dw.model.UpdateDbcRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-03-13T11:52:44.548-07:00")
public class UpdateDbcRequest
extends Object
Request object for the updateDbc method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterId.Getter for config.getDbcId()
Getter for dbcId.Getter for resourceTemplateId.int
hashCode()
void
setClusterId
(String clusterId) Setter for clusterId.void
setConfig
(ServiceConfigReq config) Setter for config.void
Setter for dbcId.void
setResourceTemplateId
(String resourceTemplateId) Setter for resourceTemplateId.toString()
-
Constructor Details
-
UpdateDbcRequest
public UpdateDbcRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. ID of the Database Catalog's cluster. -
setClusterId
Setter for clusterId. ID of the Database Catalog's cluster. -
getDbcId
Getter for dbcId. ID of the Database Catalog. -
setDbcId
Setter for dbcId. ID of the Database Catalog. -
getResourceTemplateId
Getter for resourceTemplateId. The resource template of the Database Catalog. -
setResourceTemplateId
Setter for resourceTemplateId. The resource template of the Database Catalog. -
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
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
-
hashCode
public int hashCode() -
toString
-