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