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="2024-09-27T08:40:25.071-07:00")
public class UpdateVwConfigRequest
extends Object
Request object for the updateVwConfig method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterId.Getter for component.getSet()
Getter for set.getVwId()
Getter for vwId.int
hashCode()
void
setClusterId
(String clusterId) Setter for clusterId.void
setComponent
(String component) Setter for component.void
setSet
(List<ConfigBlock> set) Setter for set.void
Setter 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
-