public static class ModifiedAttributes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ModifiedAttributes.Builder |
appDefinedChildColumnKeys(List<String> appDefinedChildColumnKeys)
Unique keys identifying the columns that are application-level (non-dictionary) children
of the sensitive column.
|
ModifiedAttributes |
build() |
ModifiedAttributes.Builder |
copy(ModifiedAttributes model) |
ModifiedAttributes.Builder |
dbDefinedChildColumnKeys(List<String> dbDefinedChildColumnKeys)
Unique keys identifying the columns that are database-level (dictionary-defined) children
of the sensitive column.
|
public ModifiedAttributes.Builder appDefinedChildColumnKeys(List<String> appDefinedChildColumnKeys)
Unique keys identifying the columns that are application-level (non-dictionary) children of the sensitive column.
appDefinedChildColumnKeys
- the value to setpublic ModifiedAttributes.Builder dbDefinedChildColumnKeys(List<String> dbDefinedChildColumnKeys)
Unique keys identifying the columns that are database-level (dictionary-defined) children of the sensitive column.
dbDefinedChildColumnKeys
- the value to setpublic ModifiedAttributes build()
public ModifiedAttributes.Builder copy(ModifiedAttributes model)
Copyright © 2016–2024. All rights reserved.