Class CfnDataSetPropsMixin.SaaSTableProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.SaaSTableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.SaaSTableProperty>
- Enclosing interface:
CfnDataSetPropsMixin.SaaSTableProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.SaaSTableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.SaaSTableProperty>
A builder for
CfnDataSetPropsMixin.SaaSTableProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataSourceArn(String dataSourceArn) Sets the value ofCfnDataSetPropsMixin.SaaSTableProperty.getDataSourceArn()inputColumns(List<? extends Object> inputColumns) Sets the value ofCfnDataSetPropsMixin.SaaSTableProperty.getInputColumns()inputColumns(IResolvable inputColumns) Sets the value ofCfnDataSetPropsMixin.SaaSTableProperty.getInputColumns()Sets the value ofCfnDataSetPropsMixin.SaaSTableProperty.getTablePath()tablePath(IResolvable tablePath) Sets the value ofCfnDataSetPropsMixin.SaaSTableProperty.getTablePath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataSourceArn
@Stability(Stable) public CfnDataSetPropsMixin.SaaSTableProperty.Builder dataSourceArn(String dataSourceArn) Sets the value ofCfnDataSetPropsMixin.SaaSTableProperty.getDataSourceArn()- Parameters:
dataSourceArn- The Amazon Resource Name (ARN) of the SaaS data source.- Returns:
this
-
inputColumns
@Stability(Stable) public CfnDataSetPropsMixin.SaaSTableProperty.Builder inputColumns(IResolvable inputColumns) Sets the value ofCfnDataSetPropsMixin.SaaSTableProperty.getInputColumns()- Parameters:
inputColumns- The list of input columns available from the SaaS table.- Returns:
this
-
inputColumns
@Stability(Stable) public CfnDataSetPropsMixin.SaaSTableProperty.Builder inputColumns(List<? extends Object> inputColumns) Sets the value ofCfnDataSetPropsMixin.SaaSTableProperty.getInputColumns()- Parameters:
inputColumns- The list of input columns available from the SaaS table.- Returns:
this
-
tablePath
@Stability(Stable) public CfnDataSetPropsMixin.SaaSTableProperty.Builder tablePath(IResolvable tablePath) Sets the value ofCfnDataSetPropsMixin.SaaSTableProperty.getTablePath()- Parameters:
tablePath- The hierarchical path to the table within the SaaS data source.- Returns:
this
-
tablePath
@Stability(Stable) public CfnDataSetPropsMixin.SaaSTableProperty.Builder tablePath(List<? extends Object> tablePath) Sets the value ofCfnDataSetPropsMixin.SaaSTableProperty.getTablePath()- Parameters:
tablePath- The hierarchical path to the table within the SaaS data source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.SaaSTableProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.SaaSTableProperty - Throws:
NullPointerException- if any required attribute was not provided
-