Class CfnDashboard.ScatterPlotConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ScatterPlotConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ScatterPlotConfigurationProperty>
- Enclosing interface:
CfnDashboard.ScatterPlotConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.ScatterPlotConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ScatterPlotConfigurationProperty>
A builder for
CfnDashboard.ScatterPlotConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataLabels
(IResolvable dataLabels) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getDataLabels()
dataLabels
(CfnDashboard.DataLabelOptionsProperty dataLabels) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getDataLabels()
fieldWells
(IResolvable fieldWells) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getFieldWells()
fieldWells
(CfnDashboard.ScatterPlotFieldWellsProperty fieldWells) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getFieldWells()
legend
(IResolvable legend) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getLegend()
Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getLegend()
tooltip
(IResolvable tooltip) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getTooltip()
Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getTooltip()
visualPalette
(IResolvable visualPalette) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getVisualPalette()
visualPalette
(CfnDashboard.VisualPaletteProperty visualPalette) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getVisualPalette()
xAxisDisplayOptions
(IResolvable xAxisDisplayOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getXAxisDisplayOptions()
xAxisDisplayOptions
(CfnDashboard.AxisDisplayOptionsProperty xAxisDisplayOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getXAxisDisplayOptions()
xAxisLabelOptions
(IResolvable xAxisLabelOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getXAxisLabelOptions()
xAxisLabelOptions
(CfnDashboard.ChartAxisLabelOptionsProperty xAxisLabelOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getXAxisLabelOptions()
yAxisDisplayOptions
(IResolvable yAxisDisplayOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getYAxisDisplayOptions()
yAxisDisplayOptions
(CfnDashboard.AxisDisplayOptionsProperty yAxisDisplayOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getYAxisDisplayOptions()
yAxisLabelOptions
(IResolvable yAxisLabelOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getYAxisLabelOptions()
yAxisLabelOptions
(CfnDashboard.ChartAxisLabelOptionsProperty yAxisLabelOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getYAxisLabelOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataLabels
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder dataLabels(IResolvable dataLabels) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getDataLabels()
- Parameters:
dataLabels
- The options that determine if visual data labels are displayed.- Returns:
this
-
dataLabels
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder dataLabels(CfnDashboard.DataLabelOptionsProperty dataLabels) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getDataLabels()
- Parameters:
dataLabels
- The options that determine if visual data labels are displayed.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getFieldWells()
- Parameters:
fieldWells
- The field wells of the visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder fieldWells(CfnDashboard.ScatterPlotFieldWellsProperty fieldWells) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getFieldWells()
- Parameters:
fieldWells
- The field wells of the visual.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder legend(IResolvable legend) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getLegend()
- Parameters:
legend
- The legend display setup of the visual.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder legend(CfnDashboard.LegendOptionsProperty legend) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getLegend()
- Parameters:
legend
- The legend display setup of the visual.- Returns:
this
-
tooltip
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder tooltip(IResolvable tooltip) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getTooltip()
- Parameters:
tooltip
- The legend display setup of the visual.- Returns:
this
-
tooltip
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder tooltip(CfnDashboard.TooltipOptionsProperty tooltip) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getTooltip()
- Parameters:
tooltip
- The legend display setup of the visual.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder visualPalette(IResolvable visualPalette) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getVisualPalette()
- Parameters:
visualPalette
- The palette (chart color) display setup of the visual.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder visualPalette(CfnDashboard.VisualPaletteProperty visualPalette) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getVisualPalette()
- Parameters:
visualPalette
- The palette (chart color) display setup of the visual.- Returns:
this
-
xAxisDisplayOptions
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder xAxisDisplayOptions(IResolvable xAxisDisplayOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getXAxisDisplayOptions()
- Parameters:
xAxisDisplayOptions
- The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.- Returns:
this
-
xAxisDisplayOptions
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder xAxisDisplayOptions(CfnDashboard.AxisDisplayOptionsProperty xAxisDisplayOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getXAxisDisplayOptions()
- Parameters:
xAxisDisplayOptions
- The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.- Returns:
this
-
xAxisLabelOptions
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder xAxisLabelOptions(IResolvable xAxisLabelOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getXAxisLabelOptions()
- Parameters:
xAxisLabelOptions
- The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.- Returns:
this
-
xAxisLabelOptions
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder xAxisLabelOptions(CfnDashboard.ChartAxisLabelOptionsProperty xAxisLabelOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getXAxisLabelOptions()
- Parameters:
xAxisLabelOptions
- The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.- Returns:
this
-
yAxisDisplayOptions
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder yAxisDisplayOptions(IResolvable yAxisDisplayOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getYAxisDisplayOptions()
- Parameters:
yAxisDisplayOptions
- The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.- Returns:
this
-
yAxisDisplayOptions
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder yAxisDisplayOptions(CfnDashboard.AxisDisplayOptionsProperty yAxisDisplayOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getYAxisDisplayOptions()
- Parameters:
yAxisDisplayOptions
- The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.- Returns:
this
-
yAxisLabelOptions
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder yAxisLabelOptions(IResolvable yAxisLabelOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getYAxisLabelOptions()
- Parameters:
yAxisLabelOptions
- The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.- Returns:
this
-
yAxisLabelOptions
@Stability(Stable) public CfnDashboard.ScatterPlotConfigurationProperty.Builder yAxisLabelOptions(CfnDashboard.ChartAxisLabelOptionsProperty yAxisLabelOptions) Sets the value ofCfnDashboard.ScatterPlotConfigurationProperty.getYAxisLabelOptions()
- Parameters:
yAxisLabelOptions
- The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.ScatterPlotConfigurationProperty>
- Returns:
- a new instance of
CfnDashboard.ScatterPlotConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-