Class CfnDashboardPropsMixin.PivotTableFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.PivotTableFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.PivotTableFieldWellsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.PivotTableFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.PivotTableFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.PivotTableFieldWellsProperty>
A builder for
CfnDashboardPropsMixin.PivotTableFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.pivotTableAggregatedFieldWells(CfnDashboardPropsMixin.PivotTableAggregatedFieldWellsProperty pivotTableAggregatedFieldWells) pivotTableAggregatedFieldWells(IResolvable pivotTableAggregatedFieldWells)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pivotTableAggregatedFieldWells
@Stability(Stable) public CfnDashboardPropsMixin.PivotTableFieldWellsProperty.Builder pivotTableAggregatedFieldWells(IResolvable pivotTableAggregatedFieldWells) Sets the value ofCfnDashboardPropsMixin.PivotTableFieldWellsProperty.getPivotTableAggregatedFieldWells()- Parameters:
pivotTableAggregatedFieldWells- The aggregated field well for the pivot table.- Returns:
this
-
pivotTableAggregatedFieldWells
@Stability(Stable) public CfnDashboardPropsMixin.PivotTableFieldWellsProperty.Builder pivotTableAggregatedFieldWells(CfnDashboardPropsMixin.PivotTableAggregatedFieldWellsProperty pivotTableAggregatedFieldWells) Sets the value ofCfnDashboardPropsMixin.PivotTableFieldWellsProperty.getPivotTableAggregatedFieldWells()- Parameters:
pivotTableAggregatedFieldWells- The aggregated field well for the pivot table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.PivotTableFieldWellsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.PivotTableFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-