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