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