@Stability(value=Stable)
public static interface CfnComponentType.RelationshipProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getRelationshipType()
The type of the relationship.
|
default String |
getTargetComponentTypeId()
The ID of the target component type associated with this relationship.
|
@Stability(value=Stable) @Nullable default String getRelationshipType()
@Stability(value=Stable) @Nullable default String getTargetComponentTypeId()
@Stability(value=Stable) static CfnComponentType.RelationshipProperty.Builder builder()
Copyright © 2022. All rights reserved.