| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static Relationship.Builder |
Relationship.builder() |
Relationship.Builder |
Relationship.Builder.relationshipType(String relationshipType)
The type of the relationship.
|
Relationship.Builder |
Relationship.Builder.targetComponentTypeId(String targetComponentTypeId)
The ID of the target component type associated with this relationship.
|
Relationship.Builder |
Relationship.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Relationship.Builder> |
Relationship.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataType.Builder |
DataType.Builder.relationship(Consumer<Relationship.Builder> relationship)
A relationship that associates a component with another component.
|
Copyright © 2023. All rights reserved.