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