Interface CfnAnalysis.IntegerParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.IntegerParameterProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.IntegerParameterProperty
extends software.amazon.jsii.JsiiSerializable
An integer parameter.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.IntegerParameterProperty
static final class
An implementation forCfnAnalysis.IntegerParameterProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the integer parameter.- See Also:
-
getValues
The values for the integer parameter.- See Also:
-
builder
-