Class CfnAnalysis.RadarChartAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.RadarChartAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.RadarChartAggregatedFieldWellsProperty>
- Enclosing interface:
CfnAnalysis.RadarChartAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnAnalysis.RadarChartAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.RadarChartAggregatedFieldWellsProperty>
A builder for
CfnAnalysis.RadarChartAggregatedFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getCategory()category(IResolvable category) Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getCategory()Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getColor()color(IResolvable color) Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getColor()Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getValues()values(IResolvable values) Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
category
@Stability(Stable) public CfnAnalysis.RadarChartAggregatedFieldWellsProperty.Builder category(IResolvable category) Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getCategory()- Parameters:
category- The aggregated field well categories of a radar chart.- Returns:
this
-
category
@Stability(Stable) public CfnAnalysis.RadarChartAggregatedFieldWellsProperty.Builder category(List<? extends Object> category) Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getCategory()- Parameters:
category- The aggregated field well categories of a radar chart.- Returns:
this
-
color
@Stability(Stable) public CfnAnalysis.RadarChartAggregatedFieldWellsProperty.Builder color(IResolvable color) Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getColor()- Parameters:
color- The color that are assigned to the aggregated field wells of a radar chart.- Returns:
this
-
color
@Stability(Stable) public CfnAnalysis.RadarChartAggregatedFieldWellsProperty.Builder color(List<? extends Object> color) Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getColor()- Parameters:
color- The color that are assigned to the aggregated field wells of a radar chart.- Returns:
this
-
values
@Stability(Stable) public CfnAnalysis.RadarChartAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getValues()- Parameters:
values- The values that are assigned to the aggregated field wells of a radar chart.- Returns:
this
-
values
@Stability(Stable) public CfnAnalysis.RadarChartAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnAnalysis.RadarChartAggregatedFieldWellsProperty.getValues()- Parameters:
values- The values that are assigned to the aggregated field wells of a radar chart.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.RadarChartAggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnAnalysis.RadarChartAggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-