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