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