Class CfnAnalysisPropsMixin.ColumnIdentifierProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.ColumnIdentifierProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ColumnIdentifierProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.ColumnIdentifierProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.ColumnIdentifierProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ColumnIdentifierProperty>
A builder for
CfnAnalysisPropsMixin.ColumnIdentifierProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnName(String columnName) Sets the value ofCfnAnalysisPropsMixin.ColumnIdentifierProperty.getColumnName()dataSetIdentifier(String dataSetIdentifier) Sets the value ofCfnAnalysisPropsMixin.ColumnIdentifierProperty.getDataSetIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnName
@Stability(Stable) public CfnAnalysisPropsMixin.ColumnIdentifierProperty.Builder columnName(String columnName) Sets the value ofCfnAnalysisPropsMixin.ColumnIdentifierProperty.getColumnName()- Parameters:
columnName- The name of the column.- Returns:
this
-
dataSetIdentifier
@Stability(Stable) public CfnAnalysisPropsMixin.ColumnIdentifierProperty.Builder dataSetIdentifier(String dataSetIdentifier) Sets the value ofCfnAnalysisPropsMixin.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<CfnAnalysisPropsMixin.ColumnIdentifierProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.ColumnIdentifierProperty - Throws:
NullPointerException- if any required attribute was not provided
-