Package com.cloudera.cdp.dw.model
Class UpdateVwConfigRequest
java.lang.Object
com.cloudera.cdp.dw.model.UpdateVwConfigRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:26.728-07:00")
public class UpdateVwConfigRequest
extends Object
Request object for the updateVwConfig method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterId.Getter for component.getSet()Getter for set.getVwId()Getter for vwId.inthashCode()voidsetClusterId(String clusterId) Setter for clusterId.voidsetComponent(String component) Setter for component.voidsetSet(List<ConfigBlock> set) Setter for set.voidSetter for vwId.toString()
-
Constructor Details
-
UpdateVwConfigRequest
public UpdateVwConfigRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. ID of the cluster. -
setClusterId
Setter for clusterId. ID of the cluster. -
getVwId
Getter for vwId. ID of the Virtual Warehouse. -
setVwId
Setter for vwId. ID of the Virtual Warehouse. -
getComponent
Getter for component. Configuration component to update. Hive components are [DasWebapp, Hiveserver2, QueryCoordinator, QueryExecutor, StandaloneQueryExecutor, TokenAuth, Hue]. Impala components are [Hue, ImpalaAutoscaler, ImpalaCatalogd, ImpalaCoordinator, ImpalaExecutor, ImpalaProxy, ImpalaStatestored, ImpalaTokenAuth]. -
setComponent
Setter for component. Configuration component to update. Hive components are [DasWebapp, Hiveserver2, QueryCoordinator, QueryExecutor, StandaloneQueryExecutor, TokenAuth, Hue]. Impala components are [Hue, ImpalaAutoscaler, ImpalaCatalogd, ImpalaCoordinator, ImpalaExecutor, ImpalaProxy, ImpalaStatestored, ImpalaTokenAuth]. -
getSet
Getter for set. Configuration files of the selected component to update. -
setSet
Setter for set. Configuration files of the selected component to update. -
equals
-
hashCode
public int hashCode() -
toString
-