Interface CfnTopic.CollectiveConstantProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopic.CollectiveConstantProperty.Jsii$Proxy
- Enclosing class:
CfnTopic
@Stability(Stable)
public static interface CfnTopic.CollectiveConstantProperty
extends software.amazon.jsii.JsiiSerializable
A structure that represents a collective constant.
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.*;
CollectiveConstantProperty collectiveConstantProperty = CollectiveConstantProperty.builder()
.valueList(List.of("valueList"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopic.CollectiveConstantPropertystatic final classAn implementation forCfnTopic.CollectiveConstantProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValueList
A list of values for the collective constant.- See Also:
-
builder
-