public static interface RowLevelPermissionTagConfiguration.Builder extends SdkPojo, CopyableBuilder<RowLevelPermissionTagConfiguration.Builder,RowLevelPermissionTagConfiguration>
| Modifier and Type | Method and Description |
|---|---|
RowLevelPermissionTagConfiguration.Builder |
status(Status status)
The status of row-level security tags.
|
RowLevelPermissionTagConfiguration.Builder |
status(String status)
The status of row-level security tags.
|
RowLevelPermissionTagConfiguration.Builder |
tagRules(Collection<RowLevelPermissionTagRule> tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned
to.
|
RowLevelPermissionTagConfiguration.Builder |
tagRules(Consumer<RowLevelPermissionTagRule.Builder>... tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned
to.
|
RowLevelPermissionTagConfiguration.Builder |
tagRules(RowLevelPermissionTagRule... tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned
to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRowLevelPermissionTagConfiguration.Builder status(String status)
The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the
status is DISABLED.
RowLevelPermissionTagConfiguration.Builder status(Status status)
The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the
status is DISABLED.
RowLevelPermissionTagConfiguration.Builder tagRules(Collection<RowLevelPermissionTagRule> tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
tagRules - A set of rules associated with row-level security, such as the tag names and columns that they are
assigned to.RowLevelPermissionTagConfiguration.Builder tagRules(RowLevelPermissionTagRule... tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
tagRules - A set of rules associated with row-level security, such as the tag names and columns that they are
assigned to.RowLevelPermissionTagConfiguration.Builder tagRules(Consumer<RowLevelPermissionTagRule.Builder>... tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
This is a convenience method that creates an instance of theRowLevelPermissionTagRule.Builder avoiding the need
to create one manually via
RowLevelPermissionTagRule.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tagRules(List.
tagRules - a consumer that will call methods on
RowLevelPermissionTagRule.Builder#tagRules(java.util.Collection) Copyright © 2022. All rights reserved.