Interface CfnEntity.RelationshipProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEntity.RelationshipProperty.Jsii$Proxy
- Enclosing class:
CfnEntity
@Stability(Stable)
public static interface CfnEntity.RelationshipProperty
extends software.amazon.jsii.JsiiSerializable
The entity relationship.
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.iottwinmaker.*; RelationshipProperty relationshipProperty = RelationshipProperty.builder() .relationshipType("relationshipType") .targetComponentTypeId("targetComponentTypeId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEntity.RelationshipProperty
static final class
An implementation forCfnEntity.RelationshipProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRelationshipType
The relationship type.- See Also:
-
getTargetComponentTypeId
the component type Id target.- See Also:
-
builder
-