Interface GaugeChartConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GaugeChartConfiguration.Builder,GaugeChartConfiguration>,SdkBuilder<GaugeChartConfiguration.Builder,GaugeChartConfiguration>,SdkPojo
- Enclosing class:
- GaugeChartConfiguration
public static interface GaugeChartConfiguration.Builder extends SdkPojo, CopyableBuilder<GaugeChartConfiguration.Builder,GaugeChartConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GaugeChartConfiguration.BuilderdataLabels(Consumer<DataLabelOptions.Builder> dataLabels)The data label configuration of aGaugeChartVisual.GaugeChartConfiguration.BuilderdataLabels(DataLabelOptions dataLabels)The data label configuration of aGaugeChartVisual.default GaugeChartConfiguration.BuilderfieldWells(Consumer<GaugeChartFieldWells.Builder> fieldWells)The field well configuration of aGaugeChartVisual.GaugeChartConfiguration.BuilderfieldWells(GaugeChartFieldWells fieldWells)The field well configuration of aGaugeChartVisual.default GaugeChartConfiguration.BuildergaugeChartOptions(Consumer<GaugeChartOptions.Builder> gaugeChartOptions)The options that determine the presentation of theGaugeChartVisual.GaugeChartConfiguration.BuildergaugeChartOptions(GaugeChartOptions gaugeChartOptions)The options that determine the presentation of theGaugeChartVisual.default GaugeChartConfiguration.BuildertooltipOptions(Consumer<TooltipOptions.Builder> tooltipOptions)The tooltip configuration of aGaugeChartVisual.GaugeChartConfiguration.BuildertooltipOptions(TooltipOptions tooltipOptions)The tooltip configuration of aGaugeChartVisual.default GaugeChartConfiguration.BuildervisualPalette(Consumer<VisualPalette.Builder> visualPalette)The visual palette configuration of aGaugeChartVisual.GaugeChartConfiguration.BuildervisualPalette(VisualPalette visualPalette)The visual palette configuration of aGaugeChartVisual.-
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
GaugeChartConfiguration.Builder fieldWells(GaugeChartFieldWells fieldWells)
The field well configuration of a
GaugeChartVisual.- Parameters:
fieldWells- The field well configuration of aGaugeChartVisual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldWells
default GaugeChartConfiguration.Builder fieldWells(Consumer<GaugeChartFieldWells.Builder> fieldWells)
The field well configuration of a
This is a convenience method that creates an instance of theGaugeChartVisual.GaugeChartFieldWells.Builderavoiding the need to create one manually viaGaugeChartFieldWells.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofieldWells(GaugeChartFieldWells).- Parameters:
fieldWells- a consumer that will call methods onGaugeChartFieldWells.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fieldWells(GaugeChartFieldWells)
-
gaugeChartOptions
GaugeChartConfiguration.Builder gaugeChartOptions(GaugeChartOptions gaugeChartOptions)
The options that determine the presentation of the
GaugeChartVisual.- Parameters:
gaugeChartOptions- The options that determine the presentation of theGaugeChartVisual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gaugeChartOptions
default GaugeChartConfiguration.Builder gaugeChartOptions(Consumer<GaugeChartOptions.Builder> gaugeChartOptions)
The options that determine the presentation of the
This is a convenience method that creates an instance of theGaugeChartVisual.GaugeChartOptions.Builderavoiding the need to create one manually viaGaugeChartOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togaugeChartOptions(GaugeChartOptions).- Parameters:
gaugeChartOptions- a consumer that will call methods onGaugeChartOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
gaugeChartOptions(GaugeChartOptions)
-
dataLabels
GaugeChartConfiguration.Builder dataLabels(DataLabelOptions dataLabels)
The data label configuration of a
GaugeChartVisual.- Parameters:
dataLabels- The data label configuration of aGaugeChartVisual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataLabels
default GaugeChartConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The data label configuration of a
This is a convenience method that creates an instance of theGaugeChartVisual.DataLabelOptions.Builderavoiding the need to create one manually viaDataLabelOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataLabels(DataLabelOptions).- Parameters:
dataLabels- a consumer that will call methods onDataLabelOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataLabels(DataLabelOptions)
-
tooltipOptions
GaugeChartConfiguration.Builder tooltipOptions(TooltipOptions tooltipOptions)
The tooltip configuration of a
GaugeChartVisual.- Parameters:
tooltipOptions- The tooltip configuration of aGaugeChartVisual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tooltipOptions
default GaugeChartConfiguration.Builder tooltipOptions(Consumer<TooltipOptions.Builder> tooltipOptions)
The tooltip configuration of a
This is a convenience method that creates an instance of theGaugeChartVisual.TooltipOptions.Builderavoiding the need to create one manually viaTooltipOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totooltipOptions(TooltipOptions).- Parameters:
tooltipOptions- a consumer that will call methods onTooltipOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tooltipOptions(TooltipOptions)
-
visualPalette
GaugeChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The visual palette configuration of a
GaugeChartVisual.- Parameters:
visualPalette- The visual palette configuration of aGaugeChartVisual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualPalette
default GaugeChartConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a
This is a convenience method that creates an instance of theGaugeChartVisual.VisualPalette.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)
-
-