Class RebuildVwRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2023-09-27T13:27:51.717-07:00")
    public class RebuildVwRequest
    extends Object
    Request object for the rebuildVw method.
    • Constructor Detail

      • RebuildVwRequest

        public RebuildVwRequest()
    • Method Detail

      • getClusterId

        public String getClusterId()
        Getter for clusterId. ID of the Virtual Warehouse's cluster.
      • setClusterId

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

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

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

        public Boolean getKeepImageVersion()
        Getter for keepImageVersion. Set it to true to keep the current image version. Set it to false to use the latest image version when rebuilding the Virtual Warehouse. If not provided, the latest image version will be set.
      • setKeepImageVersion

        public void setKeepImageVersion​(Boolean keepImageVersion)
        Setter for keepImageVersion. Set it to true to keep the current image version. Set it to false to use the latest image version when rebuilding the Virtual Warehouse. If not provided, the latest image version will be set.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object