Class CfnTemplate.PivotTableFieldOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.PivotTableFieldOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.PivotTableFieldOptionsProperty>
- Enclosing interface:
CfnTemplate.PivotTableFieldOptionsProperty
@Stability(Stable)
public static final class CfnTemplate.PivotTableFieldOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.PivotTableFieldOptionsProperty>
A builder for
CfnTemplate.PivotTableFieldOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.collapseStateOptions(List<? extends Object> collapseStateOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getCollapseStateOptions()collapseStateOptions(IResolvable collapseStateOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getCollapseStateOptions()dataPathOptions(List<? extends Object> dataPathOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getDataPathOptions()dataPathOptions(IResolvable dataPathOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getDataPathOptions()selectedFieldOptions(List<? extends Object> selectedFieldOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getSelectedFieldOptions()selectedFieldOptions(IResolvable selectedFieldOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getSelectedFieldOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
collapseStateOptions
@Stability(Stable) public CfnTemplate.PivotTableFieldOptionsProperty.Builder collapseStateOptions(IResolvable collapseStateOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getCollapseStateOptions()- Parameters:
collapseStateOptions- The collapse state options for the pivot table field options.- Returns:
this
-
collapseStateOptions
@Stability(Stable) public CfnTemplate.PivotTableFieldOptionsProperty.Builder collapseStateOptions(List<? extends Object> collapseStateOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getCollapseStateOptions()- Parameters:
collapseStateOptions- The collapse state options for the pivot table field options.- Returns:
this
-
dataPathOptions
@Stability(Stable) public CfnTemplate.PivotTableFieldOptionsProperty.Builder dataPathOptions(IResolvable dataPathOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getDataPathOptions()- Parameters:
dataPathOptions- The data path options for the pivot table field options.- Returns:
this
-
dataPathOptions
@Stability(Stable) public CfnTemplate.PivotTableFieldOptionsProperty.Builder dataPathOptions(List<? extends Object> dataPathOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getDataPathOptions()- Parameters:
dataPathOptions- The data path options for the pivot table field options.- Returns:
this
-
selectedFieldOptions
@Stability(Stable) public CfnTemplate.PivotTableFieldOptionsProperty.Builder selectedFieldOptions(IResolvable selectedFieldOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getSelectedFieldOptions()- Parameters:
selectedFieldOptions- The selected field options for the pivot table field options.- Returns:
this
-
selectedFieldOptions
@Stability(Stable) public CfnTemplate.PivotTableFieldOptionsProperty.Builder selectedFieldOptions(List<? extends Object> selectedFieldOptions) Sets the value ofCfnTemplate.PivotTableFieldOptionsProperty.getSelectedFieldOptions()- Parameters:
selectedFieldOptions- The selected field options for the pivot table field options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.PivotTableFieldOptionsProperty>- Returns:
- a new instance of
CfnTemplate.PivotTableFieldOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-