Class CfnAnalysis.PivotTableAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.PivotTableAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.PivotTableAggregatedFieldWellsProperty>
- Enclosing interface:
CfnAnalysis.PivotTableAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnAnalysis.PivotTableAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.PivotTableAggregatedFieldWellsProperty>
A builder for
CfnAnalysis.PivotTableAggregatedFieldWellsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getColumns()
columns
(IResolvable columns) Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getColumns()
Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getRows()
rows
(IResolvable rows) Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getRows()
Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getValues()
values
(IResolvable values) Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columns
@Stability(Stable) public CfnAnalysis.PivotTableAggregatedFieldWellsProperty.Builder columns(IResolvable columns) Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getColumns()
- Parameters:
columns
- The columns field well for a pivot table. Values are grouped by columns fields.- Returns:
this
-
columns
@Stability(Stable) public CfnAnalysis.PivotTableAggregatedFieldWellsProperty.Builder columns(List<? extends Object> columns) Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getColumns()
- Parameters:
columns
- The columns field well for a pivot table. Values are grouped by columns fields.- Returns:
this
-
rows
@Stability(Stable) public CfnAnalysis.PivotTableAggregatedFieldWellsProperty.Builder rows(IResolvable rows) Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getRows()
- Parameters:
rows
- The rows field well for a pivot table. Values are grouped by rows fields.- Returns:
this
-
rows
@Stability(Stable) public CfnAnalysis.PivotTableAggregatedFieldWellsProperty.Builder rows(List<? extends Object> rows) Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getRows()
- Parameters:
rows
- The rows field well for a pivot table. Values are grouped by rows fields.- Returns:
this
-
values
@Stability(Stable) public CfnAnalysis.PivotTableAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getValues()
- Parameters:
values
- The values field well for a pivot table. Values are aggregated based on rows and columns fields.- Returns:
this
-
values
@Stability(Stable) public CfnAnalysis.PivotTableAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnAnalysis.PivotTableAggregatedFieldWellsProperty.getValues()
- Parameters:
values
- The values field well for a pivot table. Values are aggregated based on rows and columns fields.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.PivotTableAggregatedFieldWellsProperty>
- Returns:
- a new instance of
CfnAnalysis.PivotTableAggregatedFieldWellsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-