Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.PropertyValueHistory.Builder
Packages that use PropertyValueHistory.Builder
-
Uses of PropertyValueHistory.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyValueHistory.BuilderModifier and TypeMethodDescriptionstatic PropertyValueHistory.BuilderPropertyValueHistory.builder()default PropertyValueHistory.BuilderPropertyValueHistory.Builder.entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference) An object that uniquely identifies an entity property.PropertyValueHistory.Builder.entityPropertyReference(EntityPropertyReference entityPropertyReference) An object that uniquely identifies an entity property.PropertyValueHistory.toBuilder()PropertyValueHistory.Builder.values(Collection<PropertyValue> values) A list of objects that contain information about the values in the history of a time series property.PropertyValueHistory.Builder.values(Consumer<PropertyValue.Builder>... values) A list of objects that contain information about the values in the history of a time series property.PropertyValueHistory.Builder.values(PropertyValue... values) A list of objects that contain information about the values in the history of a time series property.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyValueHistory.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PropertyValueHistory.Builder>PropertyValueHistory.serializableBuilderClass()