Class CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.LineChartAggregatedFieldWellsProperty>
- Enclosing interface:
CfnTemplate.LineChartAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.LineChartAggregatedFieldWellsProperty>
A builder for
CfnTemplate.LineChartAggregatedFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getCategory()category(IResolvable category) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getCategory()Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getColors()colors(IResolvable colors) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getColors()smallMultiples(List<? extends Object> smallMultiples) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getSmallMultiples()smallMultiples(IResolvable smallMultiples) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getSmallMultiples()Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getValues()values(IResolvable values) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
category
@Stability(Stable) public CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder category(IResolvable category) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getCategory()- Parameters:
category- The category field wells of a line chart. Values are grouped by category fields.- Returns:
this
-
category
@Stability(Stable) public CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder category(List<? extends Object> category) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getCategory()- Parameters:
category- The category field wells of a line chart. Values are grouped by category fields.- Returns:
this
-
colors
@Stability(Stable) public CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder colors(IResolvable colors) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getColors()- Parameters:
colors- The color field wells of a line chart. Values are grouped by category fields.- Returns:
this
-
colors
@Stability(Stable) public CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder colors(List<? extends Object> colors) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getColors()- Parameters:
colors- The color field wells of a line chart. Values are grouped by category fields.- Returns:
this
-
smallMultiples
@Stability(Stable) public CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder smallMultiples(IResolvable smallMultiples) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getSmallMultiples()- Parameters:
smallMultiples- The small multiples field well of a line chart.- Returns:
this
-
smallMultiples
@Stability(Stable) public CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder smallMultiples(List<? extends Object> smallMultiples) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getSmallMultiples()- Parameters:
smallMultiples- The small multiples field well of a line chart.- Returns:
this
-
values
@Stability(Stable) public CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getValues()- Parameters:
values- The value field wells of a line chart. Values are aggregated based on categories.- Returns:
this
-
values
@Stability(Stable) public CfnTemplate.LineChartAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnTemplate.LineChartAggregatedFieldWellsProperty.getValues()- Parameters:
values- The value field wells of a line chart. Values are aggregated based on categories.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.LineChartAggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnTemplate.LineChartAggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-