Class CfnDataSet.SourceTableProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.SourceTableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.SourceTableProperty>
- Enclosing interface:
CfnDataSet.SourceTableProperty
@Stability(Stable)
public static final class CfnDataSet.SourceTableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.SourceTableProperty>
A builder for
CfnDataSet.SourceTableProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataSet(IResolvable dataSet) Sets the value ofCfnDataSet.SourceTableProperty.getDataSet()dataSet(CfnDataSet.ParentDataSetProperty dataSet) Sets the value ofCfnDataSet.SourceTableProperty.getDataSet()physicalTableId(String physicalTableId) Sets the value ofCfnDataSet.SourceTableProperty.getPhysicalTableId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataSet
Sets the value ofCfnDataSet.SourceTableProperty.getDataSet()- Parameters:
dataSet- A parent dataset that serves as the data source instead of a physical table.- Returns:
this
-
dataSet
@Stability(Stable) public CfnDataSet.SourceTableProperty.Builder dataSet(CfnDataSet.ParentDataSetProperty dataSet) Sets the value ofCfnDataSet.SourceTableProperty.getDataSet()- Parameters:
dataSet- A parent dataset that serves as the data source instead of a physical table.- Returns:
this
-
physicalTableId
@Stability(Stable) public CfnDataSet.SourceTableProperty.Builder physicalTableId(String physicalTableId) Sets the value ofCfnDataSet.SourceTableProperty.getPhysicalTableId()- Parameters:
physicalTableId- The identifier of the physical table that serves as the data source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.SourceTableProperty>- Returns:
- a new instance of
CfnDataSet.SourceTableProperty - Throws:
NullPointerException- if any required attribute was not provided
-