Class CfnTemplate.PivotTableConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.PivotTableConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.PivotTableConfigurationProperty>
- Enclosing interface:
CfnTemplate.PivotTableConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.PivotTableConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.PivotTableConfigurationProperty>
A builder for
CfnTemplate.PivotTableConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fieldOptions(IResolvable fieldOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getFieldOptions()fieldOptions(CfnTemplate.PivotTableFieldOptionsProperty fieldOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getFieldOptions()fieldWells(IResolvable fieldWells) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getFieldWells()fieldWells(CfnTemplate.PivotTableFieldWellsProperty fieldWells) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getFieldWells()interactions(IResolvable interactions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getInteractions()interactions(CfnTemplate.VisualInteractionOptionsProperty interactions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getInteractions()paginatedReportOptions(IResolvable paginatedReportOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getPaginatedReportOptions()paginatedReportOptions(CfnTemplate.PivotTablePaginatedReportOptionsProperty paginatedReportOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getPaginatedReportOptions()sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getSortConfiguration()sortConfiguration(CfnTemplate.PivotTableSortConfigurationProperty sortConfiguration) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getSortConfiguration()tableOptions(IResolvable tableOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getTableOptions()tableOptions(CfnTemplate.PivotTableOptionsProperty tableOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getTableOptions()totalOptions(IResolvable totalOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getTotalOptions()totalOptions(CfnTemplate.PivotTableTotalOptionsProperty totalOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getTotalOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldOptions
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder fieldOptions(IResolvable fieldOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getFieldOptions()- Parameters:
fieldOptions- The field options for a pivot table visual.- Returns:
this
-
fieldOptions
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder fieldOptions(CfnTemplate.PivotTableFieldOptionsProperty fieldOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getFieldOptions()- Parameters:
fieldOptions- The field options for a pivot table visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder fieldWells(CfnTemplate.PivotTableFieldWellsProperty fieldWells) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder interactions(IResolvable interactions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getInteractions()- Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder interactions(CfnTemplate.VisualInteractionOptionsProperty interactions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getInteractions()- Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
paginatedReportOptions
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder paginatedReportOptions(IResolvable paginatedReportOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getPaginatedReportOptions()- Parameters:
paginatedReportOptions- The paginated report options for a pivot table visual.- Returns:
this
-
paginatedReportOptions
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder paginatedReportOptions(CfnTemplate.PivotTablePaginatedReportOptionsProperty paginatedReportOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getPaginatedReportOptions()- Parameters:
paginatedReportOptions- The paginated report options for a pivot table visual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getSortConfiguration()- Parameters:
sortConfiguration- The sort configuration for aPivotTableVisual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder sortConfiguration(CfnTemplate.PivotTableSortConfigurationProperty sortConfiguration) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getSortConfiguration()- Parameters:
sortConfiguration- The sort configuration for aPivotTableVisual.- Returns:
this
-
tableOptions
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder tableOptions(IResolvable tableOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getTableOptions()- Parameters:
tableOptions- The table options for a pivot table visual.- Returns:
this
-
tableOptions
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder tableOptions(CfnTemplate.PivotTableOptionsProperty tableOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getTableOptions()- Parameters:
tableOptions- The table options for a pivot table visual.- Returns:
this
-
totalOptions
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder totalOptions(IResolvable totalOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getTotalOptions()- Parameters:
totalOptions- The total options for a pivot table visual.- Returns:
this
-
totalOptions
@Stability(Stable) public CfnTemplate.PivotTableConfigurationProperty.Builder totalOptions(CfnTemplate.PivotTableTotalOptionsProperty totalOptions) Sets the value ofCfnTemplate.PivotTableConfigurationProperty.getTotalOptions()- Parameters:
totalOptions- The total options for a pivot table visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.PivotTableConfigurationProperty>- Returns:
- a new instance of
CfnTemplate.PivotTableConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-