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