Class CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty>
A builder for
CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.scatterPlotCategoricallyAggregatedFieldWells(CfnAnalysisPropsMixin.ScatterPlotCategoricallyAggregatedFieldWellsProperty scatterPlotCategoricallyAggregatedFieldWells) scatterPlotCategoricallyAggregatedFieldWells(IResolvable scatterPlotCategoricallyAggregatedFieldWells) scatterPlotUnaggregatedFieldWells(CfnAnalysisPropsMixin.ScatterPlotUnaggregatedFieldWellsProperty scatterPlotUnaggregatedFieldWells) scatterPlotUnaggregatedFieldWells(IResolvable scatterPlotUnaggregatedFieldWells)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scatterPlotCategoricallyAggregatedFieldWells
@Stability(Stable) public CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty.Builder scatterPlotCategoricallyAggregatedFieldWells(IResolvable scatterPlotCategoricallyAggregatedFieldWells) Sets the value ofCfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty.Builder scatterPlotCategoricallyAggregatedFieldWells(CfnAnalysisPropsMixin.ScatterPlotCategoricallyAggregatedFieldWellsProperty scatterPlotCategoricallyAggregatedFieldWells) Sets the value ofCfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty.Builder scatterPlotUnaggregatedFieldWells(IResolvable scatterPlotUnaggregatedFieldWells) Sets the value ofCfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty.getScatterPlotUnaggregatedFieldWells()- 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 CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty.Builder scatterPlotUnaggregatedFieldWells(CfnAnalysisPropsMixin.ScatterPlotUnaggregatedFieldWellsProperty scatterPlotUnaggregatedFieldWells) Sets the value ofCfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty.getScatterPlotUnaggregatedFieldWells()- 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.ScatterPlotFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-