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