@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RowLevelPermissionTagConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of tags on a dataset to set row-level security.
| Constructor and Description |
|---|
RowLevelPermissionTagConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RowLevelPermissionTagConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of row-level security tags.
|
List<RowLevelPermissionTagRule> |
getTagRules()
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatus(String status)
The status of row-level security tags.
|
void |
setTagRules(Collection<RowLevelPermissionTagRule> tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
|
String |
toString()
Returns a string representation of this object.
|
RowLevelPermissionTagConfiguration |
withStatus(Status status)
The status of row-level security tags.
|
RowLevelPermissionTagConfiguration |
withStatus(String status)
The status of row-level security tags.
|
RowLevelPermissionTagConfiguration |
withTagRules(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 |
withTagRules(RowLevelPermissionTagRule... tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
|
public void setStatus(String status)
The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is
DISABLED.
status - The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the
status is DISABLED.Statuspublic String getStatus()
The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is
DISABLED.
ENABLED. If disabled, the
status is DISABLED.Statuspublic RowLevelPermissionTagConfiguration withStatus(String status)
The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is
DISABLED.
status - The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the
status is DISABLED.Statuspublic RowLevelPermissionTagConfiguration withStatus(Status status)
The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is
DISABLED.
status - The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the
status is DISABLED.Statuspublic List<RowLevelPermissionTagRule> getTagRules()
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
public void setTagRules(Collection<RowLevelPermissionTagRule> tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
tagRules - A set of rules associated with row-level security, such as the tag names and columns that they are
assigned to.public RowLevelPermissionTagConfiguration withTagRules(RowLevelPermissionTagRule... tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
NOTE: This method appends the values to the existing list (if any). Use
setTagRules(java.util.Collection) or withTagRules(java.util.Collection) if you want to override
the existing values.
tagRules - A set of rules associated with row-level security, such as the tag names and columns that they are
assigned to.public RowLevelPermissionTagConfiguration withTagRules(Collection<RowLevelPermissionTagRule> tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
tagRules - A set of rules associated with row-level security, such as the tag names and columns that they are
assigned to.public String toString()
toString in class ObjectObject.toString()public RowLevelPermissionTagConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.