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