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