Class CfnDataSet.RowLevelPermissionTagRuleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.RowLevelPermissionTagRuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.RowLevelPermissionTagRuleProperty>
- Enclosing interface:
CfnDataSet.RowLevelPermissionTagRuleProperty
@Stability(Stable)
public static final class CfnDataSet.RowLevelPermissionTagRuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.RowLevelPermissionTagRuleProperty>
A builder for
CfnDataSet.RowLevelPermissionTagRuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnName(String columnName) Sets the value ofCfnDataSet.RowLevelPermissionTagRuleProperty.getColumnName()matchAllValue(String matchAllValue) Sets the value ofCfnDataSet.RowLevelPermissionTagRuleProperty.getMatchAllValue()Sets the value ofCfnDataSet.RowLevelPermissionTagRuleProperty.getTagKey()tagMultiValueDelimiter(String tagMultiValueDelimiter) Sets the value ofCfnDataSet.RowLevelPermissionTagRuleProperty.getTagMultiValueDelimiter()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnName
@Stability(Stable) public CfnDataSet.RowLevelPermissionTagRuleProperty.Builder columnName(String columnName) Sets the value ofCfnDataSet.RowLevelPermissionTagRuleProperty.getColumnName()- Parameters:
columnName- The column name that a tag key is assigned to. This parameter is required.- Returns:
this
-
tagKey
@Stability(Stable) public CfnDataSet.RowLevelPermissionTagRuleProperty.Builder tagKey(String tagKey) Sets the value ofCfnDataSet.RowLevelPermissionTagRuleProperty.getTagKey()- Parameters:
tagKey- The unique key for a tag. This parameter is required.- Returns:
this
-
matchAllValue
@Stability(Stable) public CfnDataSet.RowLevelPermissionTagRuleProperty.Builder matchAllValue(String matchAllValue) Sets the value ofCfnDataSet.RowLevelPermissionTagRuleProperty.getMatchAllValue()- Parameters:
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:
this
-
tagMultiValueDelimiter
@Stability(Stable) public CfnDataSet.RowLevelPermissionTagRuleProperty.Builder tagMultiValueDelimiter(String tagMultiValueDelimiter) Sets the value ofCfnDataSet.RowLevelPermissionTagRuleProperty.getTagMultiValueDelimiter()- Parameters:
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:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.RowLevelPermissionTagRuleProperty>- Returns:
- a new instance of
CfnDataSet.RowLevelPermissionTagRuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-