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 Details

    • ChangeTablePolicyRequest

      public ChangeTablePolicyRequest()
  • Method Details

    • getDatahubCrn

      public String getDatahubCrn()
      Getter for datahubCrn. The CRN of the CLO Data Hub.
    • setDatahubCrn

      public void setDatahubCrn(String datahubCrn)
      Setter for datahubCrn. The CRN of the CLO Data Hub.
    • getNamespace

      public String getNamespace()
      Getter for namespace. The name of the namespace.
    • setNamespace

      public void setNamespace(String namespace)
      Setter for namespace. The name of the namespace.
    • getTableName

      public String getTableName()
      Getter for tableName. The name of the table.
    • setTableName

      public void setTableName(String tableName)
      Setter for tableName. The name of the table.
    • getOperation

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

      public void setOperation(String operation)
      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

      public List<String> getPolicies()
      Getter for policies. The list of policy names.
    • setPolicies

      public void setPolicies(List<String> policies)
      Setter for policies. The list of policy names.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object