Class CfnDashboard.RadarChartConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.RadarChartConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.RadarChartConfigurationProperty>
- Enclosing interface:
- CfnDashboard.RadarChartConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.RadarChartConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.RadarChartConfigurationProperty>
A builder for
CfnDashboard.RadarChartConfigurationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalternateBandColorsVisibility
(String alternateBandColorsVisibility) alternateBandEvenColor
(String alternateBandEvenColor) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getAlternateBandEvenColor()
alternateBandOddColor
(String alternateBandOddColor) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getAlternateBandOddColor()
baseSeriesSettings
(IResolvable baseSeriesSettings) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getBaseSeriesSettings()
baseSeriesSettings
(CfnDashboard.RadarChartSeriesSettingsProperty baseSeriesSettings) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getBaseSeriesSettings()
build()
Builds the configured instance.categoryAxis
(IResolvable categoryAxis) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getCategoryAxis()
categoryAxis
(CfnDashboard.AxisDisplayOptionsProperty categoryAxis) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getCategoryAxis()
categoryLabelOptions
(IResolvable categoryLabelOptions) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getCategoryLabelOptions()
categoryLabelOptions
(CfnDashboard.ChartAxisLabelOptionsProperty categoryLabelOptions) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getCategoryLabelOptions()
colorAxis
(IResolvable colorAxis) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getColorAxis()
colorAxis
(CfnDashboard.AxisDisplayOptionsProperty colorAxis) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getColorAxis()
colorLabelOptions
(IResolvable colorLabelOptions) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getColorLabelOptions()
colorLabelOptions
(CfnDashboard.ChartAxisLabelOptionsProperty colorLabelOptions) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getColorLabelOptions()
fieldWells
(IResolvable fieldWells) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getFieldWells()
fieldWells
(CfnDashboard.RadarChartFieldWellsProperty fieldWells) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getFieldWells()
legend
(IResolvable legend) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getLegend()
Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getLegend()
Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getShape()
sortConfiguration
(IResolvable sortConfiguration) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getSortConfiguration()
sortConfiguration
(CfnDashboard.RadarChartSortConfigurationProperty sortConfiguration) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getSortConfiguration()
startAngle
(Number startAngle) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getStartAngle()
visualPalette
(IResolvable visualPalette) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getVisualPalette()
visualPalette
(CfnDashboard.VisualPaletteProperty visualPalette) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getVisualPalette()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alternateBandColorsVisibility
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder alternateBandColorsVisibility(String alternateBandColorsVisibility) - Parameters:
alternateBandColorsVisibility
- Determines the visibility of the colors of alternatign bands in a radar chart.- Returns:
this
-
alternateBandEvenColor
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder alternateBandEvenColor(String alternateBandEvenColor) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getAlternateBandEvenColor()
- Parameters:
alternateBandEvenColor
- The color of the even-numbered alternate bands of a radar chart.- Returns:
this
-
alternateBandOddColor
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder alternateBandOddColor(String alternateBandOddColor) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getAlternateBandOddColor()
- Parameters:
alternateBandOddColor
- The color of the odd-numbered alternate bands of a radar chart.- Returns:
this
-
baseSeriesSettings
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder baseSeriesSettings(IResolvable baseSeriesSettings) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getBaseSeriesSettings()
- Parameters:
baseSeriesSettings
- The base sreies settings of a radar chart.- Returns:
this
-
baseSeriesSettings
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder baseSeriesSettings(CfnDashboard.RadarChartSeriesSettingsProperty baseSeriesSettings) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getBaseSeriesSettings()
- Parameters:
baseSeriesSettings
- The base sreies settings of a radar chart.- Returns:
this
-
categoryAxis
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder categoryAxis(IResolvable categoryAxis) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getCategoryAxis()
- Parameters:
categoryAxis
- The category axis of a radar chart.- Returns:
this
-
categoryAxis
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder categoryAxis(CfnDashboard.AxisDisplayOptionsProperty categoryAxis) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getCategoryAxis()
- Parameters:
categoryAxis
- The category axis of a radar chart.- Returns:
this
-
categoryLabelOptions
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder categoryLabelOptions(IResolvable categoryLabelOptions) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getCategoryLabelOptions()
- Parameters:
categoryLabelOptions
- The category label options of a radar chart.- Returns:
this
-
categoryLabelOptions
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder categoryLabelOptions(CfnDashboard.ChartAxisLabelOptionsProperty categoryLabelOptions) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getCategoryLabelOptions()
- Parameters:
categoryLabelOptions
- The category label options of a radar chart.- Returns:
this
-
colorAxis
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder colorAxis(IResolvable colorAxis) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getColorAxis()
- Parameters:
colorAxis
- The color axis of a radar chart.- Returns:
this
-
colorAxis
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder colorAxis(CfnDashboard.AxisDisplayOptionsProperty colorAxis) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getColorAxis()
- Parameters:
colorAxis
- The color axis of a radar chart.- Returns:
this
-
colorLabelOptions
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder colorLabelOptions(IResolvable colorLabelOptions) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getColorLabelOptions()
- Parameters:
colorLabelOptions
- The color label options of a radar chart.- Returns:
this
-
colorLabelOptions
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder colorLabelOptions(CfnDashboard.ChartAxisLabelOptionsProperty colorLabelOptions) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getColorLabelOptions()
- Parameters:
colorLabelOptions
- The color label options of a radar chart.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getFieldWells()
- Parameters:
fieldWells
- The field well configuration of aRadarChartVisual
.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder fieldWells(CfnDashboard.RadarChartFieldWellsProperty fieldWells) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getFieldWells()
- Parameters:
fieldWells
- The field well configuration of aRadarChartVisual
.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder legend(IResolvable legend) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getLegend()
- Parameters:
legend
- The legend display setup of the visual.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder legend(CfnDashboard.LegendOptionsProperty legend) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getLegend()
- Parameters:
legend
- The legend display setup of the visual.- Returns:
this
-
shape
Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getShape()
- Parameters:
shape
- The shape of the radar chart.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getSortConfiguration()
- Parameters:
sortConfiguration
- The sort configuration of aRadarChartVisual
.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder sortConfiguration(CfnDashboard.RadarChartSortConfigurationProperty sortConfiguration) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getSortConfiguration()
- Parameters:
sortConfiguration
- The sort configuration of aRadarChartVisual
.- Returns:
this
-
startAngle
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder startAngle(Number startAngle) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getStartAngle()
- Parameters:
startAngle
- The start angle of a radar chart's axis.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder visualPalette(IResolvable visualPalette) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getVisualPalette()
- Parameters:
visualPalette
- The palette (chart color) display setup of the visual.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnDashboard.RadarChartConfigurationProperty.Builder visualPalette(CfnDashboard.VisualPaletteProperty visualPalette) Sets the value ofCfnDashboard.RadarChartConfigurationProperty.getVisualPalette()
- Parameters:
visualPalette
- The palette (chart color) display setup of the visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.RadarChartConfigurationProperty>
- Returns:
- a new instance of
CfnDashboard.RadarChartConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-