Class CfnAnalysisPropsMixin.IntegerParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.IntegerParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.IntegerParameterProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.IntegerParameterProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.IntegerParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.IntegerParameterProperty>
A builder for
CfnAnalysisPropsMixin.IntegerParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysisPropsMixin.IntegerParameterProperty.getName()Sets the value ofCfnAnalysisPropsMixin.IntegerParameterProperty.getValues()values(IResolvable values) Sets the value ofCfnAnalysisPropsMixin.IntegerParameterProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnAnalysisPropsMixin.IntegerParameterProperty.getName()- Parameters:
name- The name of the integer parameter.- Returns:
this
-
values
@Stability(Stable) public CfnAnalysisPropsMixin.IntegerParameterProperty.Builder values(List<? extends Number> values) Sets the value ofCfnAnalysisPropsMixin.IntegerParameterProperty.getValues()- Parameters:
values- The values for the integer parameter.- Returns:
this
-
values
@Stability(Stable) public CfnAnalysisPropsMixin.IntegerParameterProperty.Builder values(IResolvable values) Sets the value ofCfnAnalysisPropsMixin.IntegerParameterProperty.getValues()- Parameters:
values- The values for the integer parameter.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.IntegerParameterProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.IntegerParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-