Class CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty>
- Enclosing interface:
CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty>
A builder for
CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getCategory()
category
(IResolvable category) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getCategory()
Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getLabel()
label
(IResolvable label) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getLabel()
Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getSize()
size
(IResolvable size) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getSize()
Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getXAxis()
xAxis
(IResolvable xAxis) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getXAxis()
Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getYAxis()
yAxis
(IResolvable yAxis) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getYAxis()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
category
@Stability(Stable) public CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder category(IResolvable category) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getCategory()
- Parameters:
category
- The category field well of a scatter plot.- Returns:
this
-
category
@Stability(Stable) public CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder category(List<? extends Object> category) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getCategory()
- Parameters:
category
- The category field well of a scatter plot.- Returns:
this
-
label
@Stability(Stable) public CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder label(IResolvable label) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getLabel()
- Parameters:
label
- The label field well of a scatter plot.- Returns:
this
-
label
@Stability(Stable) public CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder label(List<? extends Object> label) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getLabel()
- Parameters:
label
- The label field well of a scatter plot.- Returns:
this
-
size
@Stability(Stable) public CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder size(IResolvable size) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getSize()
- Parameters:
size
- The size field well of a scatter plot.- Returns:
this
-
size
@Stability(Stable) public CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder size(List<? extends Object> size) Sets the value ofCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.getSize()
- Parameters:
size
- The size field well of a scatter plot.- Returns:
this
-
xAxis
@Stability(Stable) public CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder xAxis(IResolvable xAxis) Sets the value ofCfnAnalysis.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 CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder xAxis(List<? extends Object> xAxis) Sets the value ofCfnAnalysis.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 CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder yAxis(IResolvable yAxis) Sets the value ofCfnAnalysis.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 CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Builder yAxis(List<? extends Object> yAxis) Sets the value ofCfnAnalysis.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty>
- Returns:
- a new instance of
CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-