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