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