Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.Relationship.Builder
Packages that use Relationship.Builder
-
Uses of Relationship.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return Relationship.BuilderModifier and TypeMethodDescriptionstatic Relationship.BuilderRelationship.builder()Relationship.Builder.relationshipType(String relationshipType) The type of the relationship.Relationship.Builder.targetComponentTypeId(String targetComponentTypeId) The ID of the target component type associated with this relationship.Relationship.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type Relationship.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Relationship.Builder>Relationship.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type Relationship.BuilderModifier and TypeMethodDescriptiondefault DataType.BuilderDataType.Builder.relationship(Consumer<Relationship.Builder> relationship) A relationship that associates a component with another component.