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