public static interface SnapshotAnonymousUser.Builder extends SdkPojo, CopyableBuilder<SnapshotAnonymousUser.Builder,SnapshotAnonymousUser>
| Modifier and Type | Method and Description |
|---|---|
SnapshotAnonymousUser.Builder |
rowLevelPermissionTags(Collection<SessionTag> rowLevelPermissionTags)
The tags to be used for row-level security (RLS).
|
SnapshotAnonymousUser.Builder |
rowLevelPermissionTags(Consumer<SessionTag.Builder>... rowLevelPermissionTags)
The tags to be used for row-level security (RLS).
|
SnapshotAnonymousUser.Builder |
rowLevelPermissionTags(SessionTag... rowLevelPermissionTags)
The tags to be used for row-level security (RLS).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotAnonymousUser.Builder rowLevelPermissionTags(Collection<SessionTag> rowLevelPermissionTags)
The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags
configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a
DataSet$RowLevelPermissionTagConfiguration API call.
These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see Using Row-Level Security (RLS) with Tagsin the Amazon QuickSight User Guide.
rowLevelPermissionTags - The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags
configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a
DataSet$RowLevelPermissionTagConfiguration API call.
These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see Using Row-Level Security (RLS) with Tagsin the Amazon QuickSight User Guide.
SnapshotAnonymousUser.Builder rowLevelPermissionTags(SessionTag... rowLevelPermissionTags)
The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags
configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a
DataSet$RowLevelPermissionTagConfiguration API call.
These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see Using Row-Level Security (RLS) with Tagsin the Amazon QuickSight User Guide.
rowLevelPermissionTags - The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags
configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a
DataSet$RowLevelPermissionTagConfiguration API call.
These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see Using Row-Level Security (RLS) with Tagsin the Amazon QuickSight User Guide.
SnapshotAnonymousUser.Builder rowLevelPermissionTags(Consumer<SessionTag.Builder>... rowLevelPermissionTags)
The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags
configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a
DataSet$RowLevelPermissionTagConfiguration API call.
These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see Using Row-Level Security (RLS) with Tagsin the Amazon QuickSight User Guide.
This is a convenience method that creates an instance of theSessionTag.Builder avoiding the need to create one
manually via SessionTag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #rowLevelPermissionTags(List.
rowLevelPermissionTags - a consumer that will call methods on
SessionTag.Builder#rowLevelPermissionTags(java.util.Collection) Copyright © 2023. All rights reserved.