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