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