Interface CfnDataSet.DecimalDatasetParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSet.DecimalDatasetParameterProperty.Jsii$Proxy
- Enclosing class:
- CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.DecimalDatasetParameterProperty
extends software.amazon.jsii.JsiiSerializable
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.*; DecimalDatasetParameterProperty decimalDatasetParameterProperty = DecimalDatasetParameterProperty.builder() .id("id") .name("name") .valueType("valueType") // the properties below are optional .defaultValues(DecimalDatasetParameterDefaultValuesProperty.builder() .staticValues(List.of(123)) .build()) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSet.DecimalDatasetParameterProperty
static final class
An implementation forCfnDataSet.DecimalDatasetParameterProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
CfnDataSet.DecimalDatasetParameterProperty.Id
. -
getName
CfnDataSet.DecimalDatasetParameterProperty.Name
. -
getValueType
CfnDataSet.DecimalDatasetParameterProperty.ValueType
. -
getDefaultValues
CfnDataSet.DecimalDatasetParameterProperty.DefaultValues
. -
builder
-