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