Class CfnDataSet.RowLevelPermissionTagConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.RowLevelPermissionTagConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.RowLevelPermissionTagConfigurationProperty>
- Enclosing interface:
CfnDataSet.RowLevelPermissionTagConfigurationProperty
@Stability(Stable)
public static final class CfnDataSet.RowLevelPermissionTagConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.RowLevelPermissionTagConfigurationProperty>
A builder for
CfnDataSet.RowLevelPermissionTagConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSet.RowLevelPermissionTagConfigurationProperty.getStatus()tagRuleConfigurations(Object tagRuleConfigurations) Sets the value ofCfnDataSet.RowLevelPermissionTagConfigurationProperty.getTagRules()tagRules(IResolvable tagRules) Sets the value ofCfnDataSet.RowLevelPermissionTagConfigurationProperty.getTagRules()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tagRules
@Stability(Stable) public CfnDataSet.RowLevelPermissionTagConfigurationProperty.Builder tagRules(IResolvable tagRules) Sets the value ofCfnDataSet.RowLevelPermissionTagConfigurationProperty.getTagRules()- Parameters:
tagRules- A set of rules associated with row-level security, such as the tag names and columns that they are assigned to. This parameter is required.- Returns:
this
-
tagRules
@Stability(Stable) public CfnDataSet.RowLevelPermissionTagConfigurationProperty.Builder tagRules(List<? extends Object> tagRules) Sets the value ofCfnDataSet.RowLevelPermissionTagConfigurationProperty.getTagRules()- Parameters:
tagRules- A set of rules associated with row-level security, such as the tag names and columns that they are assigned to. This parameter is required.- Returns:
this
-
status
@Stability(Stable) public CfnDataSet.RowLevelPermissionTagConfigurationProperty.Builder status(String status) Sets the value ofCfnDataSet.RowLevelPermissionTagConfigurationProperty.getStatus()- Parameters:
status- The status of row-level security tags. If enabled, the status isENABLED. If disabled, the status isDISABLED.- Returns:
this
-
tagRuleConfigurations
@Stability(Stable) public CfnDataSet.RowLevelPermissionTagConfigurationProperty.Builder tagRuleConfigurations(Object tagRuleConfigurations) - Parameters:
tagRuleConfigurations- The configuration of tags on a dataset to set row-level security.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.RowLevelPermissionTagConfigurationProperty>- Returns:
- a new instance of
CfnDataSet.RowLevelPermissionTagConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-