Interface RadarChartConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RadarChartConfiguration.Builder,RadarChartConfiguration>,SdkBuilder<RadarChartConfiguration.Builder,RadarChartConfiguration>,SdkPojo
- Enclosing class:
- RadarChartConfiguration
public static interface RadarChartConfiguration.Builder extends SdkPojo, CopyableBuilder<RadarChartConfiguration.Builder,RadarChartConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RadarChartConfiguration.BuilderalternateBandColorsVisibility(String alternateBandColorsVisibility)Determines the visibility of the colors of alternatign bands in a radar chart.RadarChartConfiguration.BuilderalternateBandColorsVisibility(Visibility alternateBandColorsVisibility)Determines the visibility of the colors of alternatign bands in a radar chart.RadarChartConfiguration.BuilderalternateBandEvenColor(String alternateBandEvenColor)The color of the even-numbered alternate bands of a radar chart.RadarChartConfiguration.BuilderalternateBandOddColor(String alternateBandOddColor)The color of the odd-numbered alternate bands of a radar chart.RadarChartConfiguration.BuilderaxesRangeScale(String axesRangeScale)The axis behavior options of a radar chart.RadarChartConfiguration.BuilderaxesRangeScale(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.RadarChartConfiguration.BuilderbaseSeriesSettings(RadarChartSeriesSettings baseSeriesSettings)The base sreies settings of a radar chart.default RadarChartConfiguration.BuildercategoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)The category axis of a radar chart.RadarChartConfiguration.BuildercategoryAxis(AxisDisplayOptions categoryAxis)The category axis of a radar chart.default RadarChartConfiguration.BuildercategoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)The category label options of a radar chart.RadarChartConfiguration.BuildercategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)The category label options of a radar chart.default RadarChartConfiguration.BuildercolorAxis(Consumer<AxisDisplayOptions.Builder> colorAxis)The color axis of a radar chart.RadarChartConfiguration.BuildercolorAxis(AxisDisplayOptions colorAxis)The color axis of a radar chart.default RadarChartConfiguration.BuildercolorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)The color label options of a radar chart.RadarChartConfiguration.BuildercolorLabelOptions(ChartAxisLabelOptions colorLabelOptions)The color label options of a radar chart.default RadarChartConfiguration.BuilderfieldWells(Consumer<RadarChartFieldWells.Builder> fieldWells)The field well configuration of aRadarChartVisual.RadarChartConfiguration.BuilderfieldWells(RadarChartFieldWells fieldWells)The field well configuration of aRadarChartVisual.default RadarChartConfiguration.Builderlegend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.RadarChartConfiguration.Builderlegend(LegendOptions legend)The legend display setup of the visual.RadarChartConfiguration.Buildershape(String shape)The shape of the radar chart.RadarChartConfiguration.Buildershape(RadarChartShape shape)The shape of the radar chart.default RadarChartConfiguration.BuildersortConfiguration(Consumer<RadarChartSortConfiguration.Builder> sortConfiguration)The sort configuration of aRadarChartVisual.RadarChartConfiguration.BuildersortConfiguration(RadarChartSortConfiguration sortConfiguration)The sort configuration of aRadarChartVisual.RadarChartConfiguration.BuilderstartAngle(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.RadarChartConfiguration.BuildervisualPalette(VisualPalette visualPalette)The palette (chart color) display setup of the visual.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fieldWells
RadarChartConfiguration.Builder fieldWells(RadarChartFieldWells 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:
fieldWells(RadarChartFieldWells)
-
sortConfiguration
RadarChartConfiguration.Builder sortConfiguration(RadarChartSortConfiguration 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:
sortConfiguration(RadarChartSortConfiguration)
-
shape
RadarChartConfiguration.Builder shape(String 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:
RadarChartShape,RadarChartShape
-
shape
RadarChartConfiguration.Builder shape(RadarChartShape 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:
RadarChartShape,RadarChartShape
-
baseSeriesSettings
RadarChartConfiguration.Builder baseSeriesSettings(RadarChartSeriesSettings 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:
baseSeriesSettings(RadarChartSeriesSettings)
-
startAngle
RadarChartConfiguration.Builder startAngle(Double 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
RadarChartConfiguration.Builder visualPalette(VisualPalette 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:
visualPalette(VisualPalette)
-
alternateBandColorsVisibility
RadarChartConfiguration.Builder alternateBandColorsVisibility(String 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:
Visibility,Visibility
-
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:
Visibility,Visibility
-
alternateBandEvenColor
RadarChartConfiguration.Builder alternateBandEvenColor(String 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
RadarChartConfiguration.Builder alternateBandOddColor(String 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
RadarChartConfiguration.Builder categoryAxis(AxisDisplayOptions 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:
categoryAxis(AxisDisplayOptions)
-
categoryLabelOptions
RadarChartConfiguration.Builder categoryLabelOptions(ChartAxisLabelOptions 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:
categoryLabelOptions(ChartAxisLabelOptions)
-
colorAxis
RadarChartConfiguration.Builder colorAxis(AxisDisplayOptions 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
default RadarChartConfiguration.Builder colorAxis(Consumer<AxisDisplayOptions.Builder> 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:
colorAxis(AxisDisplayOptions)
-
colorLabelOptions
RadarChartConfiguration.Builder colorLabelOptions(ChartAxisLabelOptions 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:
colorLabelOptions(ChartAxisLabelOptions)
-
legend
RadarChartConfiguration.Builder legend(LegendOptions 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
default RadarChartConfiguration.Builder legend(Consumer<LegendOptions.Builder> 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:
legend(LegendOptions)
-
axesRangeScale
RadarChartConfiguration.Builder axesRangeScale(String 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:
RadarChartAxesRangeScale,RadarChartAxesRangeScale
-
axesRangeScale
RadarChartConfiguration.Builder axesRangeScale(RadarChartAxesRangeScale 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:
RadarChartAxesRangeScale,RadarChartAxesRangeScale
-
-