Class RowLevelPermissionTagRule
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.RowLevelPermissionTagRule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RowLevelPermissionTagRule.Builder,RowLevelPermissionTagRule>
@Generated("software.amazon.awssdk:codegen") public final class RowLevelPermissionTagRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RowLevelPermissionTagRule.Builder,RowLevelPermissionTagRule>
A set of rules associated with a tag.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRowLevelPermissionTagRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RowLevelPermissionTagRule.Builderbuilder()StringcolumnName()The column name that a tag key is assigned to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmatchAllValue()A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RowLevelPermissionTagRule.Builder>serializableBuilderClass()StringtagKey()The unique key for a tag.StringtagMultiValueDelimiter()A string that you want to use to delimit the values when you pass the values at run time.RowLevelPermissionTagRule.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tagKey
public final String tagKey()
The unique key for a tag.
- Returns:
- The unique key for a tag.
-
columnName
public final String columnName()
The column name that a tag key is assigned to.
- Returns:
- The column name that a tag key is assigned to.
-
tagMultiValueDelimiter
public final String tagMultiValueDelimiter()
A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.
- Returns:
- A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.
-
matchAllValue
public final String matchAllValue()
A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.
- Returns:
- A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.
-
toBuilder
public RowLevelPermissionTagRule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RowLevelPermissionTagRule.Builder,RowLevelPermissionTagRule>
-
builder
public static RowLevelPermissionTagRule.Builder builder()
-
serializableBuilderClass
public static Class<? extends RowLevelPermissionTagRule.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-