Class CfnAnalysis.HistogramBinOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.HistogramBinOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.HistogramBinOptionsProperty>
- Enclosing interface:
CfnAnalysis.HistogramBinOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.HistogramBinOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.HistogramBinOptionsProperty>
A builder for
CfnAnalysis.HistogramBinOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbinCount(IResolvable binCount) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getBinCount()binCount(CfnAnalysis.BinCountOptionsProperty binCount) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getBinCount()binWidth(IResolvable binWidth) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getBinWidth()binWidth(CfnAnalysis.BinWidthOptionsProperty binWidth) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getBinWidth()build()Builds the configured instance.selectedBinType(String selectedBinType) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getSelectedBinType()startValue(Number startValue) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getStartValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
binCount
@Stability(Stable) public CfnAnalysis.HistogramBinOptionsProperty.Builder binCount(IResolvable binCount) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getBinCount()- Parameters:
binCount- The options that determine the bin count of a histogram.- Returns:
this
-
binCount
@Stability(Stable) public CfnAnalysis.HistogramBinOptionsProperty.Builder binCount(CfnAnalysis.BinCountOptionsProperty binCount) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getBinCount()- Parameters:
binCount- The options that determine the bin count of a histogram.- Returns:
this
-
binWidth
@Stability(Stable) public CfnAnalysis.HistogramBinOptionsProperty.Builder binWidth(IResolvable binWidth) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getBinWidth()- Parameters:
binWidth- The options that determine the bin width of a histogram.- Returns:
this
-
binWidth
@Stability(Stable) public CfnAnalysis.HistogramBinOptionsProperty.Builder binWidth(CfnAnalysis.BinWidthOptionsProperty binWidth) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getBinWidth()- Parameters:
binWidth- The options that determine the bin width of a histogram.- Returns:
this
-
selectedBinType
@Stability(Stable) public CfnAnalysis.HistogramBinOptionsProperty.Builder selectedBinType(String selectedBinType) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getSelectedBinType()- Parameters:
selectedBinType- The options that determine the selected bin type.- Returns:
this
-
startValue
@Stability(Stable) public CfnAnalysis.HistogramBinOptionsProperty.Builder startValue(Number startValue) Sets the value ofCfnAnalysis.HistogramBinOptionsProperty.getStartValue()- Parameters:
startValue- The options that determine the bin start value.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.HistogramBinOptionsProperty>- Returns:
- a new instance of
CfnAnalysis.HistogramBinOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-