Class CfnDataSetPropsMixin.AppendedColumnProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.AppendedColumnProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.AppendedColumnProperty>
- Enclosing interface:
CfnDataSetPropsMixin.AppendedColumnProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.AppendedColumnProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.AppendedColumnProperty>
A builder for
CfnDataSetPropsMixin.AppendedColumnProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnName(String columnName) Sets the value ofCfnDataSetPropsMixin.AppendedColumnProperty.getColumnName()newColumnId(String newColumnId) Sets the value ofCfnDataSetPropsMixin.AppendedColumnProperty.getNewColumnId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnName
@Stability(Stable) public CfnDataSetPropsMixin.AppendedColumnProperty.Builder columnName(String columnName) Sets the value ofCfnDataSetPropsMixin.AppendedColumnProperty.getColumnName()- Parameters:
columnName- The name of the column to include in the appended result.- Returns:
this
-
newColumnId
@Stability(Stable) public CfnDataSetPropsMixin.AppendedColumnProperty.Builder newColumnId(String newColumnId) Sets the value ofCfnDataSetPropsMixin.AppendedColumnProperty.getNewColumnId()- Parameters:
newColumnId- A unique identifier for the column in the appended result.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.AppendedColumnProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.AppendedColumnProperty - Throws:
NullPointerException- if any required attribute was not provided
-