Class CfnTemplatePropsMixin.ColumnIdentifierProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ColumnIdentifierProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.ColumnIdentifierProperty>
- Enclosing interface:
CfnTemplatePropsMixin.ColumnIdentifierProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.ColumnIdentifierProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.ColumnIdentifierProperty>
A builder for
CfnTemplatePropsMixin.ColumnIdentifierProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnName(String columnName) Sets the value ofCfnTemplatePropsMixin.ColumnIdentifierProperty.getColumnName()dataSetIdentifier(String dataSetIdentifier) Sets the value ofCfnTemplatePropsMixin.ColumnIdentifierProperty.getDataSetIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnName
@Stability(Stable) public CfnTemplatePropsMixin.ColumnIdentifierProperty.Builder columnName(String columnName) Sets the value ofCfnTemplatePropsMixin.ColumnIdentifierProperty.getColumnName()- Parameters:
columnName- The name of the column.- Returns:
this
-
dataSetIdentifier
@Stability(Stable) public CfnTemplatePropsMixin.ColumnIdentifierProperty.Builder dataSetIdentifier(String dataSetIdentifier) Sets the value ofCfnTemplatePropsMixin.ColumnIdentifierProperty.getDataSetIdentifier()- Parameters:
dataSetIdentifier- The data set that the column belongs to.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.ColumnIdentifierProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.ColumnIdentifierProperty - Throws:
NullPointerException- if any required attribute was not provided
-