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