| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipValue.Builder |
RelationshipValue.builder() |
RelationshipValue.Builder |
RelationshipValue.Builder.targetComponentName(String targetComponentName)
The name of the target component associated with the relationship value.
|
RelationshipValue.Builder |
RelationshipValue.Builder.targetEntityId(String targetEntityId)
The ID of the target entity associated with this relationship value.
|
RelationshipValue.Builder |
RelationshipValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RelationshipValue.Builder> |
RelationshipValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataValue.Builder |
DataValue.Builder.relationshipValue(Consumer<RelationshipValue.Builder> relationshipValue)
A value that relates a component to another component.
|
Copyright © 2022. All rights reserved.