Class CfnDashboardPropsMixin.HistogramFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.HistogramFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.HistogramFieldWellsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.HistogramFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.HistogramFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.HistogramFieldWellsProperty>
A builder for
CfnDashboardPropsMixin.HistogramFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.histogramAggregatedFieldWells(IResolvable histogramAggregatedFieldWells) histogramAggregatedFieldWells(CfnDashboardPropsMixin.HistogramAggregatedFieldWellsProperty histogramAggregatedFieldWells)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
histogramAggregatedFieldWells
@Stability(Stable) public CfnDashboardPropsMixin.HistogramFieldWellsProperty.Builder histogramAggregatedFieldWells(IResolvable histogramAggregatedFieldWells) Sets the value ofCfnDashboardPropsMixin.HistogramFieldWellsProperty.getHistogramAggregatedFieldWells()- Parameters:
histogramAggregatedFieldWells- The field well configuration of a histogram.- Returns:
this
-
histogramAggregatedFieldWells
@Stability(Stable) public CfnDashboardPropsMixin.HistogramFieldWellsProperty.Builder histogramAggregatedFieldWells(CfnDashboardPropsMixin.HistogramAggregatedFieldWellsProperty histogramAggregatedFieldWells) Sets the value ofCfnDashboardPropsMixin.HistogramFieldWellsProperty.getHistogramAggregatedFieldWells()- Parameters:
histogramAggregatedFieldWells- The field well configuration of a histogram.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.HistogramFieldWellsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.HistogramFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-