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