Interface CfnTopic.SemanticEntityTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopic.SemanticEntityTypeProperty.Jsii$Proxy
- Enclosing class:
CfnTopic
@Stability(Stable)
public static interface CfnTopic.SemanticEntityTypeProperty
extends software.amazon.jsii.JsiiSerializable
A structure that represents a semantic entity type.
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.*; SemanticEntityTypeProperty semanticEntityTypeProperty = SemanticEntityTypeProperty.builder() .subTypeName("subTypeName") .typeName("typeName") .typeParameters(Map.of( "typeParametersKey", "typeParameters")) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTopic.SemanticEntityTypeProperty
static final class
An implementation forCfnTopic.SemanticEntityTypeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSubTypeName
The semantic entity sub type name. -
getTypeName
The semantic entity type name. -
getTypeParameters
The semantic entity type parameters. -
builder
-