Class CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ComboChartAggregatedFieldWellsProperty>
- Enclosing interface:
CfnDashboard.ComboChartAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ComboChartAggregatedFieldWellsProperty>
A builder for
CfnDashboard.ComboChartAggregatedFieldWellsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getBarValues()
barValues
(IResolvable barValues) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getBarValues()
build()
Builds the configured instance.Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getCategory()
category
(IResolvable category) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getCategory()
Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getColors()
colors
(IResolvable colors) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getColors()
lineValues
(List<? extends Object> lineValues) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getLineValues()
lineValues
(IResolvable lineValues) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getLineValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
barValues
@Stability(Stable) public CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder barValues(IResolvable barValues) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getBarValues()
- Parameters:
barValues
- The aggregatedBarValues
field well of a combo chart.- Returns:
this
-
barValues
@Stability(Stable) public CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder barValues(List<? extends Object> barValues) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getBarValues()
- Parameters:
barValues
- The aggregatedBarValues
field well of a combo chart.- Returns:
this
-
category
@Stability(Stable) public CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder category(IResolvable category) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getCategory()
- Parameters:
category
- The aggregated category field wells of a combo chart.- Returns:
this
-
category
@Stability(Stable) public CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder category(List<? extends Object> category) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getCategory()
- Parameters:
category
- The aggregated category field wells of a combo chart.- Returns:
this
-
colors
@Stability(Stable) public CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder colors(IResolvable colors) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getColors()
- Parameters:
colors
- The aggregated colors field well of a combo chart.- Returns:
this
-
colors
@Stability(Stable) public CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder colors(List<? extends Object> colors) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getColors()
- Parameters:
colors
- The aggregated colors field well of a combo chart.- Returns:
this
-
lineValues
@Stability(Stable) public CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder lineValues(IResolvable lineValues) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getLineValues()
- Parameters:
lineValues
- The aggregatedLineValues
field well of a combo chart.- Returns:
this
-
lineValues
@Stability(Stable) public CfnDashboard.ComboChartAggregatedFieldWellsProperty.Builder lineValues(List<? extends Object> lineValues) Sets the value ofCfnDashboard.ComboChartAggregatedFieldWellsProperty.getLineValues()
- Parameters:
lineValues
- The aggregatedLineValues
field well of a combo chart.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.ComboChartAggregatedFieldWellsProperty>
- Returns:
- a new instance of
CfnDashboard.ComboChartAggregatedFieldWellsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-