Class CfnAnalysis.ScatterPlotFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.ScatterPlotFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.ScatterPlotFieldWellsProperty>
- Enclosing interface:
CfnAnalysis.ScatterPlotFieldWellsProperty
@Stability(Stable)
public static final class CfnAnalysis.ScatterPlotFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.ScatterPlotFieldWellsProperty>
A builder for
CfnAnalysis.ScatterPlotFieldWellsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.scatterPlotCategoricallyAggregatedFieldWells
(IResolvable scatterPlotCategoricallyAggregatedFieldWells) scatterPlotCategoricallyAggregatedFieldWells
(CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty scatterPlotCategoricallyAggregatedFieldWells) scatterPlotUnaggregatedFieldWells
(IResolvable scatterPlotUnaggregatedFieldWells) scatterPlotUnaggregatedFieldWells
(CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty scatterPlotUnaggregatedFieldWells)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scatterPlotCategoricallyAggregatedFieldWells
@Stability(Stable) public CfnAnalysis.ScatterPlotFieldWellsProperty.Builder scatterPlotCategoricallyAggregatedFieldWells(IResolvable scatterPlotCategoricallyAggregatedFieldWells) Sets the value ofCfnAnalysis.ScatterPlotFieldWellsProperty.getScatterPlotCategoricallyAggregatedFieldWells()
- Parameters:
scatterPlotCategoricallyAggregatedFieldWells
- The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.- Returns:
this
-
scatterPlotCategoricallyAggregatedFieldWells
@Stability(Stable) public CfnAnalysis.ScatterPlotFieldWellsProperty.Builder scatterPlotCategoricallyAggregatedFieldWells(CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty scatterPlotCategoricallyAggregatedFieldWells) Sets the value ofCfnAnalysis.ScatterPlotFieldWellsProperty.getScatterPlotCategoricallyAggregatedFieldWells()
- Parameters:
scatterPlotCategoricallyAggregatedFieldWells
- The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.- Returns:
this
-
scatterPlotUnaggregatedFieldWells
@Stability(Stable) public CfnAnalysis.ScatterPlotFieldWellsProperty.Builder scatterPlotUnaggregatedFieldWells(IResolvable scatterPlotUnaggregatedFieldWells) - Parameters:
scatterPlotUnaggregatedFieldWells
- The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.- Returns:
this
-
scatterPlotUnaggregatedFieldWells
@Stability(Stable) public CfnAnalysis.ScatterPlotFieldWellsProperty.Builder scatterPlotUnaggregatedFieldWells(CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty scatterPlotUnaggregatedFieldWells) - Parameters:
scatterPlotUnaggregatedFieldWells
- The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.ScatterPlotFieldWellsProperty>
- Returns:
- a new instance of
CfnAnalysis.ScatterPlotFieldWellsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-