@Generated(value="software.amazon.awssdk:codegen") public final class RowLevelPermissionDataSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RowLevelPermissionDataSet.Builder,RowLevelPermissionDataSet>
Information about a dataset that contains permissions for row-level security (RLS). The permissions dataset maps fields to users or groups. For more information, see Using Row-Level Security (RLS) to Restrict Access to a Dataset in the Amazon QuickSight User Guide.
The option to deny permissions by setting PermissionPolicy to DENY_ACCESS is not supported
for new RLS datasets.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RowLevelPermissionDataSet.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.
|
static RowLevelPermissionDataSet.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namespace()
The namespace associated with the dataset that contains permissions for RLS.
|
RowLevelPermissionPolicy |
permissionPolicy()
The type of permissions to use when interpretting the permissions for RLS.
|
String |
permissionPolicyAsString()
The type of permissions to use when interpretting the permissions for RLS.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RowLevelPermissionDataSet.Builder> |
serializableBuilderClass() |
RowLevelPermissionDataSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namespace()
The namespace associated with the dataset that contains permissions for RLS.
public final String arn()
The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.
public final RowLevelPermissionPolicy permissionPolicy()
The type of permissions to use when interpretting the permissions for RLS. DENY_ACCESS is included
for backward compatibility only.
If the service returns an enum value that is not available in the current SDK version, permissionPolicy
will return RowLevelPermissionPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from permissionPolicyAsString().
DENY_ACCESS is
included for backward compatibility only.RowLevelPermissionPolicypublic final String permissionPolicyAsString()
The type of permissions to use when interpretting the permissions for RLS. DENY_ACCESS is included
for backward compatibility only.
If the service returns an enum value that is not available in the current SDK version, permissionPolicy
will return RowLevelPermissionPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from permissionPolicyAsString().
DENY_ACCESS is
included for backward compatibility only.RowLevelPermissionPolicypublic RowLevelPermissionDataSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RowLevelPermissionDataSet.Builder,RowLevelPermissionDataSet>public static RowLevelPermissionDataSet.Builder builder()
public static Class<? extends RowLevelPermissionDataSet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.