Interface CfnAnalysis.DecimalParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.DecimalParameterProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.DecimalParameterProperty
extends software.amazon.jsii.JsiiSerializable
A decimal 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.*;
DecimalParameterProperty decimalParameterProperty = DecimalParameterProperty.builder()
.name("name")
.values(List.of(123))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.DecimalParameterPropertystatic final classAn implementation forCfnAnalysis.DecimalParameterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
A display name for the decimal parameter.- See Also:
-
getValues
The values for the decimal parameter.Returns union: either Listinvalid input: '<'
Number> orIResolvable- See Also:
-
builder
-