Interface CfnDataSet.StringDatasetParameterDefaultValuesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSet.StringDatasetParameterDefaultValuesProperty.Jsii$Proxy
- Enclosing class:
CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.StringDatasetParameterDefaultValuesProperty
extends software.amazon.jsii.JsiiSerializable
A list of default values for a given string dataset parameter type.
This structure only accepts static values.
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.*;
StringDatasetParameterDefaultValuesProperty stringDatasetParameterDefaultValuesProperty = StringDatasetParameterDefaultValuesProperty.builder()
.staticValues(List.of("staticValues"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.StringDatasetParameterDefaultValuesPropertystatic final classAn implementation forCfnDataSet.StringDatasetParameterDefaultValuesProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A list of static default values for a given string parameter.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStaticValues
A list of static default values for a given string parameter.- See Also:
-
builder
-