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