Class CfnDataSetPropsMixin.RelationalTableProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.RelationalTableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.RelationalTableProperty>
- Enclosing interface:
CfnDataSetPropsMixin.RelationalTableProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.RelationalTableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.RelationalTableProperty>
A builder for
CfnDataSetPropsMixin.RelationalTableProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getCatalog()dataSourceArn(String dataSourceArn) Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getDataSourceArn()inputColumns(List<? extends Object> inputColumns) Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getInputColumns()inputColumns(IResolvable inputColumns) Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getInputColumns()Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getName()Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getSchema()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
catalog
@Stability(Stable) public CfnDataSetPropsMixin.RelationalTableProperty.Builder catalog(String catalog) Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getCatalog()- Parameters:
catalog- The catalog associated with a table.- Returns:
this
-
dataSourceArn
@Stability(Stable) public CfnDataSetPropsMixin.RelationalTableProperty.Builder dataSourceArn(String dataSourceArn) Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getDataSourceArn()- Parameters:
dataSourceArn- The Amazon Resource Name (ARN) for the data source.- Returns:
this
-
inputColumns
@Stability(Stable) public CfnDataSetPropsMixin.RelationalTableProperty.Builder inputColumns(IResolvable inputColumns) Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getInputColumns()- Parameters:
inputColumns- The column schema of the table.- Returns:
this
-
inputColumns
@Stability(Stable) public CfnDataSetPropsMixin.RelationalTableProperty.Builder inputColumns(List<? extends Object> inputColumns) Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getInputColumns()- Parameters:
inputColumns- The column schema of the table.- Returns:
this
-
name
Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getName()- Parameters:
name- The name of the relational table.- Returns:
this
-
schema
@Stability(Stable) public CfnDataSetPropsMixin.RelationalTableProperty.Builder schema(String schema) Sets the value ofCfnDataSetPropsMixin.RelationalTableProperty.getSchema()- Parameters:
schema- The schema name. This name applies to certain relational database engines.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.RelationalTableProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.RelationalTableProperty - Throws:
NullPointerException- if any required attribute was not provided
-