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