Class CfnDataSetPropsMixin.PivotConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.PivotConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.PivotConfigurationProperty>
- Enclosing interface:
CfnDataSetPropsMixin.PivotConfigurationProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.PivotConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.PivotConfigurationProperty>
A builder for
CfnDataSetPropsMixin.PivotConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.labelColumnName(String labelColumnName) Sets the value ofCfnDataSetPropsMixin.PivotConfigurationProperty.getLabelColumnName()pivotedLabels(List<? extends Object> pivotedLabels) Sets the value ofCfnDataSetPropsMixin.PivotConfigurationProperty.getPivotedLabels()pivotedLabels(IResolvable pivotedLabels) Sets the value ofCfnDataSetPropsMixin.PivotConfigurationProperty.getPivotedLabels()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
labelColumnName
@Stability(Stable) public CfnDataSetPropsMixin.PivotConfigurationProperty.Builder labelColumnName(String labelColumnName) Sets the value ofCfnDataSetPropsMixin.PivotConfigurationProperty.getLabelColumnName()- Parameters:
labelColumnName- The name of the column that contains the labels to be pivoted into separate columns.- Returns:
this
-
pivotedLabels
@Stability(Stable) public CfnDataSetPropsMixin.PivotConfigurationProperty.Builder pivotedLabels(IResolvable pivotedLabels) Sets the value ofCfnDataSetPropsMixin.PivotConfigurationProperty.getPivotedLabels()- Parameters:
pivotedLabels- The list of specific label values to pivot into separate columns.- Returns:
this
-
pivotedLabels
@Stability(Stable) public CfnDataSetPropsMixin.PivotConfigurationProperty.Builder pivotedLabels(List<? extends Object> pivotedLabels) Sets the value ofCfnDataSetPropsMixin.PivotConfigurationProperty.getPivotedLabels()- Parameters:
pivotedLabels- The list of specific label values to pivot into separate columns.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.PivotConfigurationProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.PivotConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-