public static interface CfnDashboard.IntegerParameterProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; IntegerParameterProperty integerParameterProperty = IntegerParameterProperty.builder() .name("name") .values(List.of(123)) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDashboard.IntegerParameterProperty.Builder
A builder for
CfnDashboard.IntegerParameterProperty |
static class |
CfnDashboard.IntegerParameterProperty.Jsii$Proxy
An implementation for
CfnDashboard.IntegerParameterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDashboard.IntegerParameterProperty.Builder |
builder() |
java.lang.String |
getName()
The name of the integer parameter.
|
java.lang.Object |
getValues()
The values for the integer parameter.
|
java.lang.String getName()
java.lang.Object getValues()
static CfnDashboard.IntegerParameterProperty.Builder builder()