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