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