@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RowLevelPermissionDataSet extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
RowLevelPermissionDataSet() |
Modifier and Type | Method and Description |
---|---|
RowLevelPermissionDataSet |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.
|
String |
getNamespace()
The namespace associated with the dataset that contains permissions for RLS.
|
String |
getPermissionPolicy()
The type of permissions to use when interpretting the permissions for RLS.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.
|
void |
setNamespace(String namespace)
The namespace associated with the dataset that contains permissions for RLS.
|
void |
setPermissionPolicy(String permissionPolicy)
The type of permissions to use when interpretting the permissions for RLS.
|
String |
toString()
Returns a string representation of this object.
|
RowLevelPermissionDataSet |
withArn(String arn)
The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.
|
RowLevelPermissionDataSet |
withNamespace(String namespace)
The namespace associated with the dataset that contains permissions for RLS.
|
RowLevelPermissionDataSet |
withPermissionPolicy(RowLevelPermissionPolicy permissionPolicy)
The type of permissions to use when interpretting the permissions for RLS.
|
RowLevelPermissionDataSet |
withPermissionPolicy(String permissionPolicy)
The type of permissions to use when interpretting the permissions for RLS.
|
public void setNamespace(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.public String getNamespace()
The namespace associated with the dataset that contains permissions for RLS.
public RowLevelPermissionDataSet withNamespace(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.public void setArn(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.public String getArn()
The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.
public RowLevelPermissionDataSet withArn(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.public void setPermissionPolicy(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
public String getPermissionPolicy()
The type of permissions to use when interpretting the permissions for RLS. DENY_ACCESS
is included
for backward compatibility only.
DENY_ACCESS
is
included for backward compatibility only.RowLevelPermissionPolicy
public RowLevelPermissionDataSet withPermissionPolicy(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
public RowLevelPermissionDataSet withPermissionPolicy(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
public String toString()
toString
in class Object
Object.toString()
public RowLevelPermissionDataSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.