Class ModifiedAttributes.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • appDefinedChildColumnKeys

        public ModifiedAttributes.Builder appDefinedChildColumnKeys​(List<String> appDefinedChildColumnKeys)
        Unique keys identifying the columns that are application-level (non-dictionary) children of the sensitive column.
        Parameters:
        appDefinedChildColumnKeys - the value to set
        Returns:
        this builder
      • dbDefinedChildColumnKeys

        public ModifiedAttributes.Builder dbDefinedChildColumnKeys​(List<String> dbDefinedChildColumnKeys)
        Unique keys identifying the columns that are database-level (dictionary-defined) children of the sensitive column.
        Parameters:
        dbDefinedChildColumnKeys - the value to set
        Returns:
        this builder