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