Class CfnDataSet.SemanticTableProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.SemanticTableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.SemanticTableProperty>
- Enclosing interface:
CfnDataSet.SemanticTableProperty
@Stability(Stable)
public static final class CfnDataSet.SemanticTableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.SemanticTableProperty>
A builder for
CfnDataSet.SemanticTableProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDataSet.SemanticTableProperty.getAlias()build()Builds the configured instance.destinationTableId(String destinationTableId) Sets the value ofCfnDataSet.SemanticTableProperty.getDestinationTableId()rowLevelPermissionConfiguration(IResolvable rowLevelPermissionConfiguration) Sets the value ofCfnDataSet.SemanticTableProperty.getRowLevelPermissionConfiguration()rowLevelPermissionConfiguration(CfnDataSet.RowLevelPermissionConfigurationProperty rowLevelPermissionConfiguration) Sets the value ofCfnDataSet.SemanticTableProperty.getRowLevelPermissionConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alias
Sets the value ofCfnDataSet.SemanticTableProperty.getAlias()- Parameters:
alias- Alias for the semantic table. This parameter is required.- Returns:
this
-
destinationTableId
@Stability(Stable) public CfnDataSet.SemanticTableProperty.Builder destinationTableId(String destinationTableId) Sets the value ofCfnDataSet.SemanticTableProperty.getDestinationTableId()- Parameters:
destinationTableId- The identifier of the destination table from data preparation that provides data to this semantic table. This parameter is required.- Returns:
this
-
rowLevelPermissionConfiguration
@Stability(Stable) public CfnDataSet.SemanticTableProperty.Builder rowLevelPermissionConfiguration(IResolvable rowLevelPermissionConfiguration) Sets the value ofCfnDataSet.SemanticTableProperty.getRowLevelPermissionConfiguration()- Parameters:
rowLevelPermissionConfiguration- Configuration for row level security that control data access for this semantic table.- Returns:
this
-
rowLevelPermissionConfiguration
@Stability(Stable) public CfnDataSet.SemanticTableProperty.Builder rowLevelPermissionConfiguration(CfnDataSet.RowLevelPermissionConfigurationProperty rowLevelPermissionConfiguration) Sets the value ofCfnDataSet.SemanticTableProperty.getRowLevelPermissionConfiguration()- Parameters:
rowLevelPermissionConfiguration- Configuration for row level security that control data access for this semantic table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.SemanticTableProperty>- Returns:
- a new instance of
CfnDataSet.SemanticTableProperty - Throws:
NullPointerException- if any required attribute was not provided
-