public static interface RowLevelPermissionDataSet.Builder extends SdkPojo, CopyableBuilder<RowLevelPermissionDataSet.Builder,RowLevelPermissionDataSet>
| Modifier and Type | Method and Description |
|---|---|
RowLevelPermissionDataSet.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.
|
RowLevelPermissionDataSet.Builder |
namespace(String namespace)
The namespace associated with the dataset that contains permissions for RLS.
|
RowLevelPermissionDataSet.Builder |
permissionPolicy(RowLevelPermissionPolicy permissionPolicy)
The type of permissions to use when interpretting the permissions for RLS.
|
RowLevelPermissionDataSet.Builder |
permissionPolicy(String permissionPolicy)
The type of permissions to use when interpretting the permissions for RLS.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRowLevelPermissionDataSet.Builder namespace(String namespace)
The namespace associated with the dataset that contains permissions for RLS.
namespace - The namespace associated with the dataset that contains permissions for RLS.RowLevelPermissionDataSet.Builder arn(String arn)
The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.
arn - The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.RowLevelPermissionDataSet.Builder permissionPolicy(String permissionPolicy)
The type of permissions to use when interpretting the permissions for RLS. DENY_ACCESS is
included for backward compatibility only.
permissionPolicy - The type of permissions to use when interpretting the permissions for RLS. DENY_ACCESS is
included for backward compatibility only.RowLevelPermissionPolicy,
RowLevelPermissionPolicyRowLevelPermissionDataSet.Builder permissionPolicy(RowLevelPermissionPolicy permissionPolicy)
The type of permissions to use when interpretting the permissions for RLS. DENY_ACCESS is
included for backward compatibility only.
permissionPolicy - The type of permissions to use when interpretting the permissions for RLS. DENY_ACCESS is
included for backward compatibility only.RowLevelPermissionPolicy,
RowLevelPermissionPolicyCopyright © 2021. All rights reserved.