Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.PropertyValueEntry.Builder
Packages that use PropertyValueEntry.Builder
-
Uses of PropertyValueEntry.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyValueEntry.BuilderModifier and TypeMethodDescriptionstatic PropertyValueEntry.BuilderPropertyValueEntry.builder()default PropertyValueEntry.BuilderPropertyValueEntry.Builder.entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference) An object that contains information about the entity that has the property.PropertyValueEntry.Builder.entityPropertyReference(EntityPropertyReference entityPropertyReference) An object that contains information about the entity that has the property.PropertyValueEntry.Builder.propertyValues(Collection<PropertyValue> propertyValues) A list of objects that specify time series property values.PropertyValueEntry.Builder.propertyValues(Consumer<PropertyValue.Builder>... propertyValues) A list of objects that specify time series property values.PropertyValueEntry.Builder.propertyValues(PropertyValue... propertyValues) A list of objects that specify time series property values.PropertyValueEntry.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyValueEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PropertyValueEntry.Builder>PropertyValueEntry.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyValueEntry.BuilderModifier and TypeMethodDescriptiondefault BatchPutPropertyError.BuilderBatchPutPropertyError.Builder.entry(Consumer<PropertyValueEntry.Builder> entry) An object that contains information about errors returned by theBatchPutPropertyaction.