Class CfnDataSet.ColumnToUnpivotProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.ColumnToUnpivotProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.ColumnToUnpivotProperty>
- Enclosing interface:
CfnDataSet.ColumnToUnpivotProperty
@Stability(Stable)
public static final class CfnDataSet.ColumnToUnpivotProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.ColumnToUnpivotProperty>
A builder for
CfnDataSet.ColumnToUnpivotProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnName(String columnName) Sets the value ofCfnDataSet.ColumnToUnpivotProperty.getColumnName()Sets the value ofCfnDataSet.ColumnToUnpivotProperty.getNewValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnName
Sets the value ofCfnDataSet.ColumnToUnpivotProperty.getColumnName()- Parameters:
columnName- The name of the column to unpivot from the source data.- Returns:
this
-
newValue
Sets the value ofCfnDataSet.ColumnToUnpivotProperty.getNewValue()- Parameters:
newValue- The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.ColumnToUnpivotProperty>- Returns:
- a new instance of
CfnDataSet.ColumnToUnpivotProperty - Throws:
NullPointerException- if any required attribute was not provided
-