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
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.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
-
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:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.PivotTableFieldOptionsProperty>
- Returns:
- a new instance of
CfnTemplate.PivotTableFieldOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-