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