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