Interface RadarChartConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RadarChartConfiguration.Builder,,RadarChartConfiguration> SdkBuilder<RadarChartConfiguration.Builder,,RadarChartConfiguration> SdkPojo
- Enclosing class:
 RadarChartConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptionalternateBandColorsVisibility(String alternateBandColorsVisibility) Determines the visibility of the colors of alternatign bands in a radar chart.alternateBandColorsVisibility(Visibility alternateBandColorsVisibility) Determines the visibility of the colors of alternatign bands in a radar chart.alternateBandEvenColor(String alternateBandEvenColor) The color of the even-numbered alternate bands of a radar chart.alternateBandOddColor(String alternateBandOddColor) The color of the odd-numbered alternate bands of a radar chart.axesRangeScale(String axesRangeScale) The axis behavior options of a radar chart.axesRangeScale(RadarChartAxesRangeScale axesRangeScale) The axis behavior options of a radar chart.default RadarChartConfiguration.BuilderbaseSeriesSettings(Consumer<RadarChartSeriesSettings.Builder> baseSeriesSettings) The base sreies settings of a radar chart.baseSeriesSettings(RadarChartSeriesSettings baseSeriesSettings) The base sreies settings of a radar chart.default RadarChartConfiguration.BuildercategoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis) The category axis of a radar chart.categoryAxis(AxisDisplayOptions categoryAxis) The category axis of a radar chart.default RadarChartConfiguration.BuildercategoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions) The category label options of a radar chart.categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions) The category label options of a radar chart.default RadarChartConfiguration.BuildercolorAxis(Consumer<AxisDisplayOptions.Builder> colorAxis) The color axis of a radar chart.colorAxis(AxisDisplayOptions colorAxis) The color axis of a radar chart.default RadarChartConfiguration.BuildercolorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions) The color label options of a radar chart.colorLabelOptions(ChartAxisLabelOptions colorLabelOptions) The color label options of a radar chart.default RadarChartConfiguration.BuilderfieldWells(Consumer<RadarChartFieldWells.Builder> fieldWells) The field well configuration of aRadarChartVisual.fieldWells(RadarChartFieldWells fieldWells) The field well configuration of aRadarChartVisual.default RadarChartConfiguration.Builderlegend(Consumer<LegendOptions.Builder> legend) The legend display setup of the visual.legend(LegendOptions legend) The legend display setup of the visual.The shape of the radar chart.shape(RadarChartShape shape) The shape of the radar chart.default RadarChartConfiguration.BuildersortConfiguration(Consumer<RadarChartSortConfiguration.Builder> sortConfiguration) The sort configuration of aRadarChartVisual.sortConfiguration(RadarChartSortConfiguration sortConfiguration) The sort configuration of aRadarChartVisual.startAngle(Double startAngle) The start angle of a radar chart's axis.default RadarChartConfiguration.BuildervisualPalette(Consumer<VisualPalette.Builder> visualPalette) The palette (chart color) display setup of the visual.visualPalette(VisualPalette visualPalette) The palette (chart color) display setup of the visual.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
fieldWells
The field well configuration of a
RadarChartVisual.- Parameters:
 fieldWells- The field well configuration of aRadarChartVisual.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fieldWells
default RadarChartConfiguration.Builder fieldWells(Consumer<RadarChartFieldWells.Builder> fieldWells) The field well configuration of a
This is a convenience method that creates an instance of theRadarChartVisual.RadarChartFieldWells.Builderavoiding the need to create one manually viaRadarChartFieldWells.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofieldWells(RadarChartFieldWells).- Parameters:
 fieldWells- a consumer that will call methods onRadarChartFieldWells.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sortConfiguration
The sort configuration of a
RadarChartVisual.- Parameters:
 sortConfiguration- The sort configuration of aRadarChartVisual.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sortConfiguration
default RadarChartConfiguration.Builder sortConfiguration(Consumer<RadarChartSortConfiguration.Builder> sortConfiguration) The sort configuration of a
This is a convenience method that creates an instance of theRadarChartVisual.RadarChartSortConfiguration.Builderavoiding the need to create one manually viaRadarChartSortConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosortConfiguration(RadarChartSortConfiguration).- Parameters:
 sortConfiguration- a consumer that will call methods onRadarChartSortConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
shape
The shape of the radar chart.
- Parameters:
 shape- The shape of the radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
shape
The shape of the radar chart.
- Parameters:
 shape- The shape of the radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
baseSeriesSettings
The base sreies settings of a radar chart.
- Parameters:
 baseSeriesSettings- The base sreies settings of a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
baseSeriesSettings
default RadarChartConfiguration.Builder baseSeriesSettings(Consumer<RadarChartSeriesSettings.Builder> baseSeriesSettings) The base sreies settings of a radar chart.
This is a convenience method that creates an instance of theRadarChartSeriesSettings.Builderavoiding the need to create one manually viaRadarChartSeriesSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobaseSeriesSettings(RadarChartSeriesSettings).- Parameters:
 baseSeriesSettings- a consumer that will call methods onRadarChartSeriesSettings.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
startAngle
The start angle of a radar chart's axis.
- Parameters:
 startAngle- The start angle of a radar chart's axis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
visualPalette
The palette (chart color) display setup of the visual.
- Parameters:
 visualPalette- The palette (chart color) display setup of the visual.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
visualPalette
default RadarChartConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette) The palette (chart color) display setup of the visual.
This is a convenience method that creates an instance of theVisualPalette.Builderavoiding the need to create one manually viaVisualPalette.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovisualPalette(VisualPalette).- Parameters:
 visualPalette- a consumer that will call methods onVisualPalette.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
alternateBandColorsVisibility
Determines the visibility of the colors of alternatign bands in a radar chart.
- Parameters:
 alternateBandColorsVisibility- Determines the visibility of the colors of alternatign bands in a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
alternateBandColorsVisibility
RadarChartConfiguration.Builder alternateBandColorsVisibility(Visibility alternateBandColorsVisibility) Determines the visibility of the colors of alternatign bands in a radar chart.
- Parameters:
 alternateBandColorsVisibility- Determines the visibility of the colors of alternatign bands in a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
alternateBandEvenColor
The color of the even-numbered alternate bands of a radar chart.
- Parameters:
 alternateBandEvenColor- The color of the even-numbered alternate bands of a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
alternateBandOddColor
The color of the odd-numbered alternate bands of a radar chart.
- Parameters:
 alternateBandOddColor- The color of the odd-numbered alternate bands of a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
categoryAxis
The category axis of a radar chart.
- Parameters:
 categoryAxis- The category axis of a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
categoryAxis
default RadarChartConfiguration.Builder categoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis) The category axis of a radar chart.
This is a convenience method that creates an instance of theAxisDisplayOptions.Builderavoiding the need to create one manually viaAxisDisplayOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocategoryAxis(AxisDisplayOptions).- Parameters:
 categoryAxis- a consumer that will call methods onAxisDisplayOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
categoryLabelOptions
The category label options of a radar chart.
- Parameters:
 categoryLabelOptions- The category label options of a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
categoryLabelOptions
default RadarChartConfiguration.Builder categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions) The category label options of a radar chart.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builderavoiding the need to create one manually viaChartAxisLabelOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocategoryLabelOptions(ChartAxisLabelOptions).- Parameters:
 categoryLabelOptions- a consumer that will call methods onChartAxisLabelOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
colorAxis
The color axis of a radar chart.
- Parameters:
 colorAxis- The color axis of a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
colorAxis
The color axis of a radar chart.
This is a convenience method that creates an instance of theAxisDisplayOptions.Builderavoiding the need to create one manually viaAxisDisplayOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolorAxis(AxisDisplayOptions).- Parameters:
 colorAxis- a consumer that will call methods onAxisDisplayOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
colorLabelOptions
The color label options of a radar chart.
- Parameters:
 colorLabelOptions- The color label options of a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
colorLabelOptions
default RadarChartConfiguration.Builder colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions) The color label options of a radar chart.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builderavoiding the need to create one manually viaChartAxisLabelOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolorLabelOptions(ChartAxisLabelOptions).- Parameters:
 colorLabelOptions- a consumer that will call methods onChartAxisLabelOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
legend
The legend display setup of the visual.
- Parameters:
 legend- The legend display setup of the visual.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
legend
The legend display setup of the visual.
This is a convenience method that creates an instance of theLegendOptions.Builderavoiding the need to create one manually viaLegendOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolegend(LegendOptions).- Parameters:
 legend- a consumer that will call methods onLegendOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
axesRangeScale
The axis behavior options of a radar chart.
- Parameters:
 axesRangeScale- The axis behavior options of a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
axesRangeScale
The axis behavior options of a radar chart.
- Parameters:
 axesRangeScale- The axis behavior options of a radar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -