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