public static interface RowLevelPermissionTagRule.Builder extends SdkPojo, CopyableBuilder<RowLevelPermissionTagRule.Builder,RowLevelPermissionTagRule>
| Modifier and Type | Method and Description |
|---|---|
RowLevelPermissionTagRule.Builder |
columnName(String columnName)
The column name that a tag key is assigned to.
|
RowLevelPermissionTagRule.Builder |
matchAllValue(String matchAllValue)
A string that you want to use to filter by all the values in a column in the dataset and don’t want to list
the values one by one.
|
RowLevelPermissionTagRule.Builder |
tagKey(String tagKey)
The unique key for a tag.
|
RowLevelPermissionTagRule.Builder |
tagMultiValueDelimiter(String tagMultiValueDelimiter)
A string that you want to use to delimit the values when you pass the values at run time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRowLevelPermissionTagRule.Builder tagKey(String tagKey)
The unique key for a tag.
tagKey - The unique key for a tag.RowLevelPermissionTagRule.Builder columnName(String columnName)
The column name that a tag key is assigned to.
columnName - The column name that a tag key is assigned to.RowLevelPermissionTagRule.Builder tagMultiValueDelimiter(String tagMultiValueDelimiter)
A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.
tagMultiValueDelimiter - A string that you want to use to delimit the values when you pass the values at run time. For example,
you can delimit the values with a comma.RowLevelPermissionTagRule.Builder matchAllValue(String matchAllValue)
A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.
matchAllValue - A string that you want to use to filter by all the values in a column in the dataset and don’t want to
list the values one by one. For example, you can use an asterisk as your match all value.Copyright © 2023. All rights reserved.