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