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