Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.RelationshipValue.Builder
-
Packages that use RelationshipValue.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of RelationshipValue.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return RelationshipValue.Builder Modifier and Type Method Description static RelationshipValue.BuilderRelationshipValue. builder()RelationshipValue.BuilderRelationshipValue.Builder. targetComponentName(String targetComponentName)The name of the target component associated with the relationship value.RelationshipValue.BuilderRelationshipValue.Builder. targetEntityId(String targetEntityId)The ID of the target entity associated with this relationship value.RelationshipValue.BuilderRelationshipValue. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type RelationshipValue.Builder Modifier and Type Method Description static Class<? extends RelationshipValue.Builder>RelationshipValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type RelationshipValue.Builder Modifier and Type Method Description default DataValue.BuilderDataValue.Builder. relationshipValue(Consumer<RelationshipValue.Builder> relationshipValue)A value that relates a component to another component.
-