Class CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.ScatterPlotConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.ScatterPlotConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.ScatterPlotConfigurationProperty>
A builder for
CfnDashboardPropsMixin.ScatterPlotConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataLabels(IResolvable dataLabels) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getDataLabels()Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getDataLabels()fieldWells(IResolvable fieldWells) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getFieldWells()Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getFieldWells()interactions(IResolvable interactions) legend(IResolvable legend) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getLegend()Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getLegend()sortConfiguration(IResolvable sortConfiguration) sortConfiguration(CfnDashboardPropsMixin.ScatterPlotSortConfigurationProperty sortConfiguration) tooltip(IResolvable tooltip) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getTooltip()Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getTooltip()visualPalette(IResolvable visualPalette) visualPalette(CfnDashboardPropsMixin.VisualPaletteProperty visualPalette) xAxisDisplayOptions(IResolvable xAxisDisplayOptions) xAxisDisplayOptions(CfnDashboardPropsMixin.AxisDisplayOptionsProperty xAxisDisplayOptions) xAxisLabelOptions(IResolvable xAxisLabelOptions) xAxisLabelOptions(CfnDashboardPropsMixin.ChartAxisLabelOptionsProperty xAxisLabelOptions) yAxisDisplayOptions(IResolvable yAxisDisplayOptions) yAxisDisplayOptions(CfnDashboardPropsMixin.AxisDisplayOptionsProperty yAxisDisplayOptions) yAxisLabelOptions(IResolvable yAxisLabelOptions) yAxisLabelOptions(CfnDashboardPropsMixin.ChartAxisLabelOptionsProperty yAxisLabelOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataLabels
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder dataLabels(IResolvable dataLabels) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getDataLabels()- Parameters:
dataLabels- The options that determine if visual data labels are displayed.- Returns:
this
-
dataLabels
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder dataLabels(CfnDashboardPropsMixin.DataLabelOptionsProperty dataLabels) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getDataLabels()- Parameters:
dataLabels- The options that determine if visual data labels are displayed.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder fieldWells(CfnDashboardPropsMixin.ScatterPlotFieldWellsProperty fieldWells) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder interactions(IResolvable interactions) - Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder interactions(CfnDashboardPropsMixin.VisualInteractionOptionsProperty interactions) - Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder legend(IResolvable legend) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getLegend()- Parameters:
legend- The legend display setup of the visual.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder legend(CfnDashboardPropsMixin.LegendOptionsProperty legend) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getLegend()- Parameters:
legend- The legend display setup of the visual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder sortConfiguration(IResolvable sortConfiguration) - Parameters:
sortConfiguration- The sort configuration of a scatter plot.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder sortConfiguration(CfnDashboardPropsMixin.ScatterPlotSortConfigurationProperty sortConfiguration) - Parameters:
sortConfiguration- The sort configuration of a scatter plot.- Returns:
this
-
tooltip
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder tooltip(IResolvable tooltip) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getTooltip()- Parameters:
tooltip- The legend display setup of the visual.- Returns:
this
-
tooltip
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder tooltip(CfnDashboardPropsMixin.TooltipOptionsProperty tooltip) Sets the value ofCfnDashboardPropsMixin.ScatterPlotConfigurationProperty.getTooltip()- Parameters:
tooltip- The legend display setup of the visual.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder visualPalette(IResolvable visualPalette) - Parameters:
visualPalette- The palette (chart color) display setup of the visual.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder visualPalette(CfnDashboardPropsMixin.VisualPaletteProperty visualPalette) - Parameters:
visualPalette- The palette (chart color) display setup of the visual.- Returns:
this
-
xAxisDisplayOptions
@Stability(Stable) public CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder xAxisDisplayOptions(IResolvable xAxisDisplayOptions) - 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 CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder xAxisDisplayOptions(CfnDashboardPropsMixin.AxisDisplayOptionsProperty xAxisDisplayOptions) - 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 CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder xAxisLabelOptions(IResolvable xAxisLabelOptions) - 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 CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder xAxisLabelOptions(CfnDashboardPropsMixin.ChartAxisLabelOptionsProperty xAxisLabelOptions) - 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 CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder yAxisDisplayOptions(IResolvable yAxisDisplayOptions) - 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 CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder yAxisDisplayOptions(CfnDashboardPropsMixin.AxisDisplayOptionsProperty yAxisDisplayOptions) - 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 CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder yAxisLabelOptions(IResolvable yAxisLabelOptions) - 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 CfnDashboardPropsMixin.ScatterPlotConfigurationProperty.Builder yAxisLabelOptions(CfnDashboardPropsMixin.ChartAxisLabelOptionsProperty yAxisLabelOptions) - 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.ScatterPlotConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.ScatterPlotConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-