| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static RowLevelPermissionTagConfiguration.Builder |
RowLevelPermissionTagConfiguration.builder() |
RowLevelPermissionTagConfiguration.Builder |
RowLevelPermissionTagConfiguration.Builder.status(Status status)
The status of row-level security tags.
|
RowLevelPermissionTagConfiguration.Builder |
RowLevelPermissionTagConfiguration.Builder.status(String status)
The status of row-level security tags.
|
RowLevelPermissionTagConfiguration.Builder |
RowLevelPermissionTagConfiguration.Builder.tagRuleConfigurations(Collection<? extends Collection<String>> tagRuleConfigurations)
A list of tag configuration rules to apply to a dataset.
|
RowLevelPermissionTagConfiguration.Builder |
RowLevelPermissionTagConfiguration.Builder.tagRuleConfigurations(Collection<String>... tagRuleConfigurations)
A list of tag configuration rules to apply to a dataset.
|
RowLevelPermissionTagConfiguration.Builder |
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 |
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 |
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.
|
RowLevelPermissionTagConfiguration.Builder |
RowLevelPermissionTagConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RowLevelPermissionTagConfiguration.Builder> |
RowLevelPermissionTagConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataSet.Builder |
DataSet.Builder.rowLevelPermissionTagConfiguration(Consumer<RowLevelPermissionTagConfiguration.Builder> rowLevelPermissionTagConfiguration)
The element you can use to define tags for row-level security.
|
default UpdateDataSetRequest.Builder |
UpdateDataSetRequest.Builder.rowLevelPermissionTagConfiguration(Consumer<RowLevelPermissionTagConfiguration.Builder> rowLevelPermissionTagConfiguration)
The configuration of tags on a dataset to set row-level security.
|
default CreateDataSetRequest.Builder |
CreateDataSetRequest.Builder.rowLevelPermissionTagConfiguration(Consumer<RowLevelPermissionTagConfiguration.Builder> rowLevelPermissionTagConfiguration)
The configuration of tags on a dataset to set row-level security.
|
Copyright © 2023. All rights reserved.