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