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