Class ChangeTablePolicyRequest
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.ChangeTablePolicyRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class ChangeTablePolicyRequest
extends Object
Request object to perform policy change.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datahubCrn.Getter for namespace.Getter for operation.Getter for policies.Getter for tableName.inthashCode()voidsetDatahubCrn(String datahubCrn) Setter for datahubCrn.voidsetNamespace(String namespace) Setter for namespace.voidsetOperation(String operation) Setter for operation.voidsetPolicies(List<String> policies) Setter for policies.voidsetTableName(String tableName) Setter for tableName.toString()
-
Constructor Details
-
ChangeTablePolicyRequest
public ChangeTablePolicyRequest()
-
-
Method Details
-
getDatahubCrn
Getter for datahubCrn. The CRN of the CLO Data Hub. -
setDatahubCrn
Setter for datahubCrn. The CRN of the CLO Data Hub. -
getNamespace
Getter for namespace. The name of the namespace. -
setNamespace
Setter for namespace. The name of the namespace. -
getTableName
Getter for tableName. The name of the table. -
setTableName
Setter for tableName. The name of the table. -
getOperation
Getter for operation. The operation to be performed. APPEND will add provided policies to set of existing associated policies, REMOVEALL will delete all existing associations for this table, REPLACEALL will replace existing associations with provided set of policies. -
setOperation
Setter for operation. The operation to be performed. APPEND will add provided policies to set of existing associated policies, REMOVEALL will delete all existing associations for this table, REPLACEALL will replace existing associations with provided set of policies. -
getPolicies
Getter for policies. The list of policy names. -
setPolicies
Setter for policies. The list of policy names. -
equals
-
hashCode
public int hashCode() -
toString
-