Class CfnTemplate.PivotTableFieldCollapseStateTargetProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.PivotTableFieldCollapseStateTargetProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.PivotTableFieldCollapseStateTargetProperty>
- Enclosing interface:
CfnTemplate.PivotTableFieldCollapseStateTargetProperty
@Stability(Stable)
public static final class CfnTemplate.PivotTableFieldCollapseStateTargetProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.PivotTableFieldCollapseStateTargetProperty>
A builder for
CfnTemplate.PivotTableFieldCollapseStateTargetProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fieldDataPathValues(List<? extends Object> fieldDataPathValues) fieldDataPathValues(IResolvable fieldDataPathValues) Sets the value ofCfnTemplate.PivotTableFieldCollapseStateTargetProperty.getFieldId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldDataPathValues
@Stability(Stable) public CfnTemplate.PivotTableFieldCollapseStateTargetProperty.Builder fieldDataPathValues(IResolvable fieldDataPathValues) - Parameters:
fieldDataPathValues- The data path of the pivot table's header. Used to set the collapse state.- Returns:
this
-
fieldDataPathValues
@Stability(Stable) public CfnTemplate.PivotTableFieldCollapseStateTargetProperty.Builder fieldDataPathValues(List<? extends Object> fieldDataPathValues) - Parameters:
fieldDataPathValues- The data path of the pivot table's header. Used to set the collapse state.- Returns:
this
-
fieldId
@Stability(Stable) public CfnTemplate.PivotTableFieldCollapseStateTargetProperty.Builder fieldId(String fieldId) Sets the value ofCfnTemplate.PivotTableFieldCollapseStateTargetProperty.getFieldId()- Parameters:
fieldId- The field ID of the pivot table that the collapse state needs to be set to.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.PivotTableFieldCollapseStateTargetProperty>- Returns:
- a new instance of
CfnTemplate.PivotTableFieldCollapseStateTargetProperty - Throws:
NullPointerException- if any required attribute was not provided
-