public static interface CfnComponentType.RelationshipProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnComponentType.RelationshipProperty.Builder
A builder for
CfnComponentType.RelationshipProperty |
static class |
CfnComponentType.RelationshipProperty.Jsii$Proxy
An implementation for
CfnComponentType.RelationshipProperty |
Modifier and Type | Method and Description |
---|---|
static CfnComponentType.RelationshipProperty.Builder |
builder() |
default java.lang.String |
getRelationshipType()
The type of the relationship.
|
default java.lang.String |
getTargetComponentTypeId()
The ID of the target component type associated with this relationship.
|
default java.lang.String getRelationshipType()
default java.lang.String getTargetComponentTypeId()
static CfnComponentType.RelationshipProperty.Builder builder()