Class DeletePolicyRequest
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.DeletePolicyRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class DeletePolicyRequest
extends Object
Request object specifying the policy and resource scope for deletion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datahubCrn.Getter for policyName.Getter for resourceScope.inthashCode()voidsetDatahubCrn(String datahubCrn) Setter for datahubCrn.voidsetPolicyName(String policyName) Setter for policyName.voidsetResourceScope(String resourceScope) Setter for resourceScope.toString()
-
Constructor Details
-
DeletePolicyRequest
public DeletePolicyRequest()
-
-
Method Details
-
getDatahubCrn
Getter for datahubCrn. The CRN of the CLO Data Hub. -
setDatahubCrn
Setter for datahubCrn. The CRN of the CLO Data Hub. -
getPolicyName
Getter for policyName. Policy name that needs to be deleted. The version is identified through the resource. -
setPolicyName
Setter for policyName. Policy name that needs to be deleted. The version is identified through the resource. -
getResourceScope
Getter for resourceScope. Represents the hierarchical level (<catalog>.<namespace>.<table>) at which a policy is defined and needs to be deleted. Give `*` for catalog level and `catalog.namespace.*` for namespace level. -
setResourceScope
Setter for resourceScope. Represents the hierarchical level (<catalog>.<namespace>.<table>) at which a policy is defined and needs to be deleted. Give `*` for catalog level and `catalog.namespace.*` for namespace level. -
equals
-
hashCode
public int hashCode() -
toString
-