Package com.cloudera.cdp.dw.model
Class UpgradeVwRequest
java.lang.Object
com.cloudera.cdp.dw.model.UpgradeVwRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-26T08:05:41.567-08:00")
public class UpgradeVwRequest
extends Object
Request object for the upgradeVw method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterId.getDbcId()Getter for dbcId.Getter for imageVersion.Getter for resourcePool.getVwId()Getter for vwId.inthashCode()voidsetClusterId(String clusterId) Setter for clusterId.voidSetter for dbcId.voidsetImageVersion(String imageVersion) Setter for imageVersion.voidsetResourcePool(String resourcePool) Setter for resourcePool.voidSetter for vwId.toString()
-
Constructor Details
-
UpgradeVwRequest
public UpgradeVwRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. The ID of the Virtual Warehouse's cluster. -
setClusterId
Setter for clusterId. The ID of the Virtual Warehouse's cluster. -
getVwId
Getter for vwId. The ID of the Virtual Warehouse. -
setVwId
Setter for vwId. The ID of the Virtual Warehouse. -
getDbcId
Getter for dbcId. The ID of Database Catalog that the Virtual Warehouse is attached to. -
setDbcId
Setter for dbcId. The ID of Database Catalog that the Virtual Warehouse is attached to. -
getImageVersion
Getter for imageVersion. The version to which the Virtual Warehouse should be upgraded. -
setImageVersion
Setter for imageVersion. The version to which the Virtual Warehouse should be upgraded. -
getResourcePool
Getter for resourcePool. The name of the Resource Pool the Cloudera Data Visualization will be assigned to. -
setResourcePool
Setter for resourcePool. The name of the Resource Pool the Cloudera Data Visualization will be assigned to. -
equals
-
hashCode
public int hashCode() -
toString
-