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