Interface CfnAnalysis.FilterSelectableValuesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.FilterSelectableValuesProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.FilterSelectableValuesProperty
extends software.amazon.jsii.JsiiSerializable
A list of selectable values that are used in a control.
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.*;
FilterSelectableValuesProperty filterSelectableValuesProperty = FilterSelectableValuesProperty.builder()
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.FilterSelectableValuesPropertystatic final classAn implementation forCfnAnalysis.FilterSelectableValuesProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The values that are used in theFilterSelectableValues.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValues
The values that are used in theFilterSelectableValues.- See Also:
-
builder
-