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