Interface GaugeChartConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<GaugeChartConfiguration.Builder,,GaugeChartConfiguration> SdkBuilder<GaugeChartConfiguration.Builder,,GaugeChartConfiguration> SdkPojo
- Enclosing class:
 GaugeChartConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GaugeChartConfiguration.BuilderdataLabels(Consumer<DataLabelOptions.Builder> dataLabels) The data label configuration of aGaugeChartVisual.dataLabels(DataLabelOptions dataLabels) The data label configuration of aGaugeChartVisual.default GaugeChartConfiguration.BuilderfieldWells(Consumer<GaugeChartFieldWells.Builder> fieldWells) The field well configuration of aGaugeChartVisual.fieldWells(GaugeChartFieldWells fieldWells) The field well configuration of aGaugeChartVisual.default GaugeChartConfiguration.BuildergaugeChartOptions(Consumer<GaugeChartOptions.Builder> gaugeChartOptions) The options that determine the presentation of theGaugeChartVisual.gaugeChartOptions(GaugeChartOptions gaugeChartOptions) The options that determine the presentation of theGaugeChartVisual.default GaugeChartConfiguration.BuildertooltipOptions(Consumer<TooltipOptions.Builder> tooltipOptions) The tooltip configuration of aGaugeChartVisual.tooltipOptions(TooltipOptions tooltipOptions) The tooltip configuration of aGaugeChartVisual.default GaugeChartConfiguration.BuildervisualPalette(Consumer<VisualPalette.Builder> visualPalette) The visual palette configuration of aGaugeChartVisual.visualPalette(VisualPalette visualPalette) The visual palette configuration of aGaugeChartVisual.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
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:
 
 - 
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:
 
 - 
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
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:
 
 - 
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:
 
 - 
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:
 
 
 -