Class CfnTemplate.DataSetConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.DataSetConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.DataSetConfigurationProperty>
- Enclosing interface:
CfnTemplate.DataSetConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.DataSetConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.DataSetConfigurationProperty>
A builder for
CfnTemplate.DataSetConfigurationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.columnGroupSchemaList
(List<? extends Object> columnGroupSchemaList) Sets the value ofCfnTemplate.DataSetConfigurationProperty.getColumnGroupSchemaList()
columnGroupSchemaList
(IResolvable columnGroupSchemaList) Sets the value ofCfnTemplate.DataSetConfigurationProperty.getColumnGroupSchemaList()
dataSetSchema
(IResolvable dataSetSchema) Sets the value ofCfnTemplate.DataSetConfigurationProperty.getDataSetSchema()
dataSetSchema
(CfnTemplate.DataSetSchemaProperty dataSetSchema) Sets the value ofCfnTemplate.DataSetConfigurationProperty.getDataSetSchema()
placeholder
(String placeholder) Sets the value ofCfnTemplate.DataSetConfigurationProperty.getPlaceholder()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnGroupSchemaList
@Stability(Stable) public CfnTemplate.DataSetConfigurationProperty.Builder columnGroupSchemaList(IResolvable columnGroupSchemaList) Sets the value ofCfnTemplate.DataSetConfigurationProperty.getColumnGroupSchemaList()
- Parameters:
columnGroupSchemaList
- A structure containing the list of column group schemas.- Returns:
this
-
columnGroupSchemaList
@Stability(Stable) public CfnTemplate.DataSetConfigurationProperty.Builder columnGroupSchemaList(List<? extends Object> columnGroupSchemaList) Sets the value ofCfnTemplate.DataSetConfigurationProperty.getColumnGroupSchemaList()
- Parameters:
columnGroupSchemaList
- A structure containing the list of column group schemas.- Returns:
this
-
dataSetSchema
@Stability(Stable) public CfnTemplate.DataSetConfigurationProperty.Builder dataSetSchema(IResolvable dataSetSchema) Sets the value ofCfnTemplate.DataSetConfigurationProperty.getDataSetSchema()
- Parameters:
dataSetSchema
- Dataset schema.- Returns:
this
-
dataSetSchema
@Stability(Stable) public CfnTemplate.DataSetConfigurationProperty.Builder dataSetSchema(CfnTemplate.DataSetSchemaProperty dataSetSchema) Sets the value ofCfnTemplate.DataSetConfigurationProperty.getDataSetSchema()
- Parameters:
dataSetSchema
- Dataset schema.- Returns:
this
-
placeholder
@Stability(Stable) public CfnTemplate.DataSetConfigurationProperty.Builder placeholder(String placeholder) Sets the value ofCfnTemplate.DataSetConfigurationProperty.getPlaceholder()
- Parameters:
placeholder
- Placeholder.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.DataSetConfigurationProperty>
- Returns:
- a new instance of
CfnTemplate.DataSetConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-