| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValueHistory.Builder |
PropertyValueHistory.builder() |
default PropertyValueHistory.Builder |
PropertyValueHistory.Builder.entityPropertyReference(Consumer<EntityPropertyReference.Builder> entityPropertyReference)
An object that uniquely identifies an entity property.
|
PropertyValueHistory.Builder |
PropertyValueHistory.Builder.entityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that uniquely identifies an entity property.
|
PropertyValueHistory.Builder |
PropertyValueHistory.toBuilder() |
PropertyValueHistory.Builder |
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 |
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 |
PropertyValueHistory.Builder.values(PropertyValue... values)
A list of objects that contain information about the values in the history of a time series property.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PropertyValueHistory.Builder> |
PropertyValueHistory.serializableBuilderClass() |
Copyright © 2022. All rights reserved.