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