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