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