Class CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty>
- Enclosing interface:
CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty>
-
Constructor Summary
-
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 CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder category(IResolvable category) - Parameters:
category
- The category field well of a scatter plot.- Returns:
this
-
category
@Stability(Stable) public CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder category(List<? extends Object> category) - Parameters:
category
- The category field well of a scatter plot.- Returns:
this
-
label
@Stability(Stable) public CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder label(IResolvable label) - Parameters:
label
- The label field well of a scatter plot.- Returns:
this
-
label
@Stability(Stable) public CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder label(List<? extends Object> label) - Parameters:
label
- The label field well of a scatter plot.- Returns:
this
-
size
@Stability(Stable) public CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder size(IResolvable size) - Parameters:
size
- The size field well of a scatter plot.- Returns:
this
-
size
@Stability(Stable) public CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder size(List<? extends Object> size) - Parameters:
size
- The size field well of a scatter plot.- Returns:
this
-
xAxis
@Stability(Stable) public CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder xAxis(IResolvable xAxis) - Parameters:
xAxis
- The x-axis field well of a scatter plot. The x-axis is aggregated by category.- Returns:
this
-
xAxis
@Stability(Stable) public CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder xAxis(List<? extends Object> xAxis) - Parameters:
xAxis
- The x-axis field well of a scatter plot. The x-axis is aggregated by category.- Returns:
this
-
yAxis
@Stability(Stable) public CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder yAxis(IResolvable yAxis) - Parameters:
yAxis
- The y-axis field well of a scatter plot. The y-axis is aggregated by category.- Returns:
this
-
yAxis
@Stability(Stable) public CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder yAxis(List<? extends Object> yAxis) - Parameters:
yAxis
- The y-axis field well of a scatter plot. The y-axis is aggregated by category.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty>
- Returns:
- a new instance of
CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-