Class CfnDashboard.ComboChartFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ComboChartFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ComboChartFieldWellsProperty>
- Enclosing interface:
CfnDashboard.ComboChartFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboard.ComboChartFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ComboChartFieldWellsProperty>
A builder for
CfnDashboard.ComboChartFieldWellsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.comboChartAggregatedFieldWells
(IResolvable comboChartAggregatedFieldWells) comboChartAggregatedFieldWells
(CfnDashboard.ComboChartAggregatedFieldWellsProperty comboChartAggregatedFieldWells)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
comboChartAggregatedFieldWells
@Stability(Stable) public CfnDashboard.ComboChartFieldWellsProperty.Builder comboChartAggregatedFieldWells(IResolvable comboChartAggregatedFieldWells) - Parameters:
comboChartAggregatedFieldWells
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.- Returns:
this
-
comboChartAggregatedFieldWells
@Stability(Stable) public CfnDashboard.ComboChartFieldWellsProperty.Builder comboChartAggregatedFieldWells(CfnDashboard.ComboChartAggregatedFieldWellsProperty comboChartAggregatedFieldWells) - Parameters:
comboChartAggregatedFieldWells
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.ComboChartFieldWellsProperty>
- Returns:
- a new instance of
CfnDashboard.ComboChartFieldWellsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-