public static interface CfnAnalysis.DecimalParameterProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAnalysis.DecimalParameterProperty.Builder
A builder for
CfnAnalysis.DecimalParameterProperty |
static class |
CfnAnalysis.DecimalParameterProperty.Jsii$Proxy
An implementation for
CfnAnalysis.DecimalParameterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAnalysis.DecimalParameterProperty.Builder |
builder() |
java.lang.String |
getName()
A display name for the decimal parameter.
|
java.lang.Object |
getValues()
The values for the decimal parameter.
|
java.lang.String getName()
java.lang.Object getValues()
static CfnAnalysis.DecimalParameterProperty.Builder builder()