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