Class DeleteClusterRequest


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

      • DeleteClusterRequest

        public DeleteClusterRequest()
    • Method Detail

      • getClusterId

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

        public void setClusterId​(String clusterId)
        Setter for clusterId. The ID of the cluster to delete.
      • getForce

        public Boolean getForce()
        Getter for force. Force delete means CDW will delete the cluster even if there are attached DB Catalogs and Virtual Warehouses. All managed data will be lost and will not be recoverable. Force delete attempts all steps of the deletion even if previous steps have failed. NOTICE: Be aware that a Force delete may not remove all resources due to cloud provider constraints. Should this happen, it is responsibility of the user to ensure the impacted resources are deleted on the cloud provider.
      • setForce

        public void setForce​(Boolean force)
        Setter for force. Force delete means CDW will delete the cluster even if there are attached DB Catalogs and Virtual Warehouses. All managed data will be lost and will not be recoverable. Force delete attempts all steps of the deletion even if previous steps have failed. NOTICE: Be aware that a Force delete may not remove all resources due to cloud provider constraints. Should this happen, it is responsibility of the user to ensure the impacted resources are deleted on the cloud provider.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object