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