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