Class CfnDataSet.SemanticModelConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.SemanticModelConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.SemanticModelConfigurationProperty>
- Enclosing interface:
CfnDataSet.SemanticModelConfigurationProperty
@Stability(Stable)
public static final class CfnDataSet.SemanticModelConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.SemanticModelConfigurationProperty>
A builder for
CfnDataSet.SemanticModelConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSet.SemanticModelConfigurationProperty.getTableMap()tableMap(IResolvable tableMap) Sets the value ofCfnDataSet.SemanticModelConfigurationProperty.getTableMap()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tableMap
@Stability(Stable) public CfnDataSet.SemanticModelConfigurationProperty.Builder tableMap(IResolvable tableMap) Sets the value ofCfnDataSet.SemanticModelConfigurationProperty.getTableMap()- Parameters:
tableMap- A map of semantic tables that define the analytical structure.- Returns:
this
-
tableMap
@Stability(Stable) public CfnDataSet.SemanticModelConfigurationProperty.Builder tableMap(Map<String, ? extends Object> tableMap) Sets the value ofCfnDataSet.SemanticModelConfigurationProperty.getTableMap()- Parameters:
tableMap- A map of semantic tables that define the analytical structure.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.SemanticModelConfigurationProperty>- Returns:
- a new instance of
CfnDataSet.SemanticModelConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-