Class CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty>
- Enclosing interface:
CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty>
A builder for
CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getCategory()category(IResolvable category) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getCategory()Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getLabel()label(IResolvable label) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getLabel()Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getSize()size(IResolvable size) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getSize()Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getXAxis()xAxis(IResolvable xAxis) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getXAxis()Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getYAxis()yAxis(IResolvable yAxis) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getYAxis()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
category
@Stability(Stable) public CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder category(IResolvable category) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getCategory()- Parameters:
category- The category field well of a scatter plot.- Returns:
this
-
category
@Stability(Stable) public CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder category(List<? extends Object> category) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getCategory()- Parameters:
category- The category field well of a scatter plot.- Returns:
this
-
label
@Stability(Stable) public CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder label(IResolvable label) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getLabel()- Parameters:
label- The label field well of a scatter plot.- Returns:
this
-
label
@Stability(Stable) public CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder label(List<? extends Object> label) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getLabel()- Parameters:
label- The label field well of a scatter plot.- Returns:
this
-
size
@Stability(Stable) public CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder size(IResolvable size) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getSize()- Parameters:
size- The size field well of a scatter plot.- Returns:
this
-
size
@Stability(Stable) public CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder size(List<? extends Object> size) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getSize()- Parameters:
size- The size field well of a scatter plot.- Returns:
this
-
xAxis
@Stability(Stable) public CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder xAxis(IResolvable xAxis) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getXAxis()- Parameters:
xAxis- The x-axis field well of a scatter plot. The x-axis is a dimension field and cannot be aggregated.- Returns:
this
-
xAxis
@Stability(Stable) public CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder xAxis(List<? extends Object> xAxis) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getXAxis()- Parameters:
xAxis- The x-axis field well of a scatter plot. The x-axis is a dimension field and cannot be aggregated.- Returns:
this
-
yAxis
@Stability(Stable) public CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder yAxis(IResolvable yAxis) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getYAxis()- Parameters:
yAxis- The y-axis field well of a scatter plot. The y-axis is a dimension field and cannot be aggregated.- Returns:
this
-
yAxis
@Stability(Stable) public CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Builder yAxis(List<? extends Object> yAxis) Sets the value ofCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.getYAxis()- Parameters:
yAxis- The y-axis field well of a scatter plot. The y-axis is a dimension field and cannot be aggregated.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-