Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.EntityPropertyReference.Builder
Packages that use EntityPropertyReference.Builder
-
Uses of EntityPropertyReference.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return EntityPropertyReference.BuilderModifier and TypeMethodDescriptionEntityPropertyReference.builder()EntityPropertyReference.Builder.componentName(String componentName) The name of the component.EntityPropertyReference.Builder.componentPath(String componentPath) This string specifies the path to the composite component, starting from the top-level component.The ID of the entity.EntityPropertyReference.Builder.externalIdProperty(Map<String, String> externalIdProperty) A mapping of external IDs to property names.EntityPropertyReference.Builder.propertyName(String propertyName) The name of the property.EntityPropertyReference.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type EntityPropertyReference.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EntityPropertyReference.Builder>EntityPropertyReference.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type EntityPropertyReference.BuilderModifier and TypeMethodDescriptiondefault PropertyValueEntry.BuilderPropertyValueEntry.Builder.entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference) An object that contains information about the entity that has the property.default PropertyValueHistory.BuilderPropertyValueHistory.Builder.entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference) An object that uniquely identifies an entity property.default PropertyLatestValue.BuilderPropertyLatestValue.Builder.propertyReference(Consumer<EntityPropertyReference.Builder> propertyReference) An object that specifies information about a property.