Class UpdateVwConfigRequest


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

      • UpdateVwConfigRequest

        public UpdateVwConfigRequest()
    • Method Detail

      • getClusterId

        public String getClusterId()
        Getter for clusterId. ID of the cluster.
      • setClusterId

        public void setClusterId​(String clusterId)
        Setter for clusterId. ID of the cluster.
      • getVwId

        public String getVwId()
        Getter for vwId. ID of the Virtual Warehouse.
      • setVwId

        public void setVwId​(String vwId)
        Setter for vwId. ID of the Virtual Warehouse.
      • getComponent

        public String 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

        public void setComponent​(String component)
        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

        public List<ConfigBlock> getSet()
        Getter for set. Configuration files of the selected component to update.
      • setSet

        public void setSet​(List<ConfigBlock> set)
        Setter for set. Configuration files of the selected component to update.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object