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