Class CfnDashboardPropsMixin.BinWidthOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.BinWidthOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.BinWidthOptionsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.BinWidthOptionsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.BinWidthOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.BinWidthOptionsProperty>
A builder for
CfnDashboardPropsMixin.BinWidthOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbinCountLimit(Number binCountLimit) Sets the value ofCfnDashboardPropsMixin.BinWidthOptionsProperty.getBinCountLimit()build()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.BinWidthOptionsProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
binCountLimit
@Stability(Stable) public CfnDashboardPropsMixin.BinWidthOptionsProperty.Builder binCountLimit(Number binCountLimit) Sets the value ofCfnDashboardPropsMixin.BinWidthOptionsProperty.getBinCountLimit()- Parameters:
binCountLimit- The options that determine the bin count limit.- Returns:
this
-
value
@Stability(Stable) public CfnDashboardPropsMixin.BinWidthOptionsProperty.Builder value(Number value) Sets the value ofCfnDashboardPropsMixin.BinWidthOptionsProperty.getValue()- Parameters:
value- The options that determine the bin width value.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.BinWidthOptionsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.BinWidthOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-